Skip to content

Commit 74695ce

Browse files
authored
add linting (#1)
* add linting * fix version
1 parent 3e39c95 commit 74695ce

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
@@ -27,6 +27,11 @@ jobs:
2727
echo "VERSION=$(git describe --tag --always)" >> $GITHUB_ENV
2828
echo "CLEAN_VERSION=$(git describe --tag --always | sed s/^v//)" >> $GITHUB_ENV
2929
30+
- name: golangci-lint
31+
uses: reviewdog/action-golangci-lint@v2
32+
with:
33+
github_token: ${{ secrets.GITHUB_TOKEN }}
34+
3035
- name: 'Login to GitHub Container Registry'
3136
uses: docker/[email protected]
3237
with:

0 commit comments

Comments
 (0)