We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034424e commit 26e8efaCopy full SHA for 26e8efa
1 file changed
.github/workflows/build.yaml
@@ -20,6 +20,9 @@ jobs:
20
with:
21
go-version: '1.24'
22
23
+ - name: Run golangci-lint
24
+ uses: golangci/golangci-lint-action@v6
25
+
26
- name: Build binary
27
run: |
28
echo "Building for ${{ matrix.goarch }}"
0 commit comments