Skip to content

Commit

Permalink
Update flake8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 25, 2020
1 parent 2553d45 commit 48475b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/flake8.yml
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
flake8_py3:
name: Python Lint
runs-on: ubuntu-latest
steps:
- name: Setup Python
Expand All @@ -13,11 +14,9 @@ jobs:
architecture: x64
- name: Checkout
uses: actions/checkout@v2
- name: Install flake8
run: pip install flake8
- name: Run flake8
uses: suo/flake8-github-action@releases/v1
uses: julianwachholz/flake8-action@v1.0.0
with:
checkName: 'flake8_py3' # NOTE: this needs to be the same as the job name
checkName: 'Python Lint'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 48475b3

Please sign in to comment.