Skip to content

Commit 2a02a16

Browse files
committedApr 30, 2024·
add step to check code in workflow
Signed-off-by: Aleksandar Stojanov <me@fnd.works>
1 parent 613cb3a commit 2a02a16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
with:
3232
args: --timeout 5m0s
3333
skip-cache: true
34+
- name: Check code
35+
run: make check
3436
- name: Run tests
3537
run: make test-all
3638
- name: Install plugin

0 commit comments

Comments
 (0)
Please sign in to comment.