We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768fe51 commit 259bc0aCopy full SHA for 259bc0a
.github/workflows/ci.yaml
@@ -8,5 +8,5 @@ jobs:
8
- uses: actions/setup-go@v4
9
with:
10
go-version: "^1.21"
11
- - name: test & lint
12
- run: make test lint
+ - name: test
+ run: make test
0 commit comments