Skip to content

Commit

Permalink
Add Python linter
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Sep 22, 2023
1 parent eac7f14 commit be20dde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ jobs:
- run: bundle install
- run: bundle exec danger || true
- run: BML_OPENMP=no EMACS=emacs27 ./build.sh check_indent
- run: sudo apt-get install --yes pycodestyle
- run: pycodestyle $(git ls-files '*.py')

build:
name: Build and test (${{ matrix.JOBNAME }})
runs-on: ubuntu-20.04
needs: lint
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit be20dde

Please sign in to comment.