ci: fix typo in job name
It is linting not "liniting". So many iiiis.
This commit is contained in:
parent
2b7741519b
commit
b8f991e386
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -4,7 +4,7 @@ on: [pull_request, push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pylint:
|
pylint:
|
||||||
name: Source code liniting
|
name: Source code linting
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Clone Repository"
|
- name: "Clone Repository"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue