We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab6cdb commit 5488981Copy full SHA for 5488981
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,9 @@ jobs:
21
go-version-file: go.mod
22
cache: true
23
24
+ - name: Lint
25
+ run: make lint
26
+
27
- name: Run tests
28
run: make test
29
0 commit comments