Skip to content

Commit d89c065

Browse files
committed
workflows: Run lint checks as well
Install pycodestyle dependency and for running lint checks first. Signed-off-by: Loïc Minier <[email protected]>
1 parent 67287fe commit d89c065

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- name: Build all platforms and run integration tests
17+
- name: Build all platforms and run tests
1818
run: |
19+
sudo apt install pycodestyle
20+
make lint
1921
make all integration
2022
2123
- name: Run cargo

0 commit comments

Comments
 (0)