Skip to content

Commit 0e6c37e

Browse files
committed
add linting
1 parent 5ec725e commit 0e6c37e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
run: |
2727
echo "VERSION=$(git describe --tag --always)" >> $GITHUB_ENV
2828
29+
- name: golangci-lint
30+
uses: reviewdog/action-golangci-lint@v3
31+
with:
32+
github_token: ${{ secrets.GITHUB_TOKEN }}
33+
2934
- name: 'Login to GitHub Container Registry'
3035
uses: docker/[email protected]
3136
with:

0 commit comments

Comments
 (0)