From b8f991e3868659e390861d5ca907019c4cd4c254 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 17 Sep 2020 14:03:46 +0200 Subject: [PATCH] ci: fix typo in job name It is linting not "liniting". So many iiiis. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1488154..0680718 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"