Skip to content

Commit 52e6335

Browse files
committed
Added linting tests to GH Actions
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent a88b7ef commit 52e6335

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ jobs:
4747
run: |
4848
source .venv/bin/activate
4949
bash tests/run-format-tests.sh
50+
- name: Lint tests
51+
run: |
52+
source .venv/bin/activate
53+
bash tests/run-lint-tests.sh

0 commit comments

Comments
 (0)