Skip to content

Commit

Permalink
add step to check code in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Stojanov <[email protected]>
  • Loading branch information
losisin committed Apr 30, 2024
1 parent 613cb3a commit 2a02a16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
with:
args: --timeout 5m0s
skip-cache: true
- name: Check code
run: make check
- name: Run tests
run: make test-all
- name: Install plugin
Expand Down

0 comments on commit 2a02a16

Please sign in to comment.