Skip to content

Commit 26e8efa

Browse files
committed
add missing step
1 parent 034424e commit 26e8efa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
go-version: '1.24'
2222

23+
- name: Run golangci-lint
24+
uses: golangci/golangci-lint-action@v6
25+
2326
- name: Build binary
2427
run: |
2528
echo "Building for ${{ matrix.goarch }}"

0 commit comments

Comments
 (0)