Skip to content

Commit

Permalink
Run flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed May 20, 2021
1 parent fe31aae commit bc76e54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ on:
pull_request:

jobs:
flake8:
name: flake8
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: pipx run flake8

build_wheels:
name: Build ${{ matrix.build }} wheels on ${{ matrix.os }}
needs: [flake8]
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -55,6 +63,7 @@ jobs:

build_sdist:
name: Build source distribution
needs: [flake8]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bc76e54

Please sign in to comment.