We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613cb3a commit 2a02a16Copy full SHA for 2a02a16
.github/workflows/ci.yaml
@@ -31,6 +31,8 @@ jobs:
31
with:
32
args: --timeout 5m0s
33
skip-cache: true
34
+ - name: Check code
35
+ run: make check
36
- name: Run tests
37
run: make test-all
38
- name: Install plugin
0 commit comments