Skip to content

Commit

Permalink
Add Python linter
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
  • Loading branch information
nicolasbock committed Sep 22, 2023
1 parent 6c3b0f6 commit f03867b
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,6 +35,9 @@ jobs:
- run: bundle install
- run: bundle exec danger || true
- run: BML_OPENMP=no EMACS=emacs27 ./build.sh check_indent
- run: apt-get install --yes python3-pip
- run: pip install pycodestyle
- run: pycodestyle $(git ls-files '*.py')

build:
name: Build and test (${{ matrix.JOBNAME }})
Expand Down

0 comments on commit f03867b

Please sign in to comment.