We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c0205 commit b432c16Copy full SHA for b432c16
.github/workflows/docker-publish.yml
@@ -17,22 +17,6 @@ env:
17
IMAGE_NAME: ${{ github.repository }}
18
19
jobs:
20
- lint:
21
- runs-on: ubuntu-latest
22
- steps:
23
- - name: Checkout repository
24
- uses: actions/checkout@v4
25
-
26
- - name: Set up Go
27
- uses: actions/setup-go@v5
28
- with:
29
- go-version: '1.24'
30
31
- - name: Run golangci-lint
32
- uses: golangci/golangci-lint-action@v6
33
34
- version: latest
35
36
test:
37
runs-on: ubuntu-latest
38
steps:
@@ -61,7 +45,7 @@ jobs:
61
45
62
46
build-and-push:
63
47
64
- needs: [lint, test]
48
+ needs: [test]
65
49
permissions:
66
50
contents: read
67
51
packages: write
.golangci.yml
0 commit comments