ci: fix typo in job name

It is linting not "liniting". So many iiiis.
This commit is contained in:
Christian Kellner 2020-09-17 14:03:46 +02:00 committed by Lars Karlitski
parent 2b7741519b
commit b8f991e386

View file

@ -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"