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:
|
||||
pylint:
|
||||
name: Source code liniting
|
||||
name: Source code linting
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Clone Repository"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue