We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfed3a commit 243ac1fCopy full SHA for 243ac1f
.github/workflows/test.yml
@@ -16,5 +16,7 @@ jobs:
16
uses: actions/checkout@v2
17
- name: Install dependencies
18
run: go mod download
19
+ - name: Lint
20
+ run: make lint
21
- name: Test
22
run: make test
0 commit comments