We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5cb81 commit c0780ccCopy full SHA for c0780cc
1 file changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
branches: [ main ]
8
9
jobs:
10
- test:
+ housekeeping:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
@@ -36,20 +36,4 @@ jobs:
36
go test -v -race ./...
37
else
38
echo "No tests found, skipping test execution"
39
- fi
40
-
41
- lint:
42
- runs-on: ubuntu-latest
43
- steps:
44
- - uses: actions/checkout@v4
45
46
- - name: Set up Go
47
- uses: actions/setup-go@v4
48
- with:
49
- go-version: '1.25'
50
51
- - name: golangci-lint
52
- uses: golangci/golangci-lint-action@v3
53
54
- version: latest
55
- args: --timeout=5m
+ fi
0 commit comments