Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunga001 committed Feb 6, 2024
1 parent 05c6d95 commit 44c32e5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build and test senaite.core
name: build and lint
on:
- push
- pull_request
Expand Down Expand Up @@ -28,8 +28,4 @@ jobs:
- name: lint
run: |
bin/pip install flake8
bin/flake8 --config ci_flake8.cfg src/bika/
bin/flake8 --config ci_flake8.cfg src/senaite/
- name: test
run: |
bin/test -s senaite.core.tests
bin/flake8 src/bika/

0 comments on commit 44c32e5

Please sign in to comment.