Skip to content

Commit

Permalink
ci: fix syntax for flake8 job
Browse files Browse the repository at this point in the history
Reviewed-by: Justin Stephenson <[email protected]>
  • Loading branch information
pbrezina committed May 6, 2022
1 parent 1eec0aa commit 950a77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 950a77d

Please sign in to comment.