Skip to content

Commit 2a5588d

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +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-
make all integration
19+
sudo apt install pycodestyle
20+
make all check
2021
2122
- name: Run cargo
2223
run: |

0 commit comments

Comments
 (0)