From 950a77d5bf7fc9106c273c49e79178c4b6e81f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Thu, 5 May 2022 15:31:55 +0200 Subject: [PATCH] ci: fix syntax for flake8 job Reviewed-by: Justin Stephenson --- .github/workflows/static-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 3ab1d5fba48..3421ec5e8b0 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -47,7 +47,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: + - name: Run flake8 uses: grantmcconnaughey/lintly-flake8-github-action@d9db4fd0be9fb1cd19206a48ec0773bd93b82cbd if: github.event_name == 'pull_request' with: