We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8553028 commit 3f0fe15Copy full SHA for 3f0fe15
1 file changed
.github/workflows/test.yml
@@ -7,18 +7,5 @@ on:
7
branches:
8
- main
9
jobs:
10
- lint:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: actions/checkout@v5
14
- - uses: golangci/golangci-lint-action@v8
15
- test:
16
- needs: lint
17
18
19
20
- - uses: actions/setup-go@v6
21
- with:
22
- go-version-file: ./go.mod
23
- cache-dependency-path: ./go.sum
24
- - run: go test ./...
+ reuse:
+ uses: bsm/misc/github/workflows/test-go.yaml@main
0 commit comments