From 2f684ba3f810833861009c59426e96cdde4afe2e Mon Sep 17 00:00:00 2001 From: Onur Atakan ULUSOY Date: Wed, 11 May 2022 16:21:57 +0000 Subject: [PATCH] Typo fix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c5b4e3..ea83056 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: flake8 . --count --select=E9,F63,F7 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - unit-test-ubuntu-latest: + unit-tests-ubuntu-latest: needs: lint_with_flake8 runs-on: ubuntu-latest