We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef56ff commit e09f7fcCopy full SHA for e09f7fc
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
build:
35
runs-on: ubuntu-latest
36
- # needs: lint
+ needs: lint
37
strategy:
38
matrix:
39
go-version: [ '1.24.x' ]
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
0 commit comments