Skip to content

Commit

Permalink
Upgrade actions/checkout to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 23, 2019
1 parent 7d83345 commit 5fed381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- run: pip install flake8
- run: flake8 . --count --select=E9,F63 --show-source --statistics

0 comments on commit 5fed381

Please sign in to comment.