Skip to content

Commit 1b9b628

Browse files
committed
Add linter (flake8) to Github action biuld_and_test
1 parent 825e904 commit 1b9b628

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
bin/pip install -r requirements.txt
2626
bin/buildout -N -t 3 annotate
2727
bin/buildout -N -t 3
28+
- name: lint
29+
run: |
30+
bin/pip install flake8
31+
bin/flake8 --config ci_flake8.cfg src/senaite/
2832
- name: test
2933
run: |
3034
bin/test -s senaite.ast.tests

0 commit comments

Comments
 (0)