We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e39c95 commit 74695ceCopy full SHA for 74695ce
.github/workflows/build.yaml
@@ -27,6 +27,11 @@ jobs:
27
echo "VERSION=$(git describe --tag --always)" >> $GITHUB_ENV
28
echo "CLEAN_VERSION=$(git describe --tag --always | sed s/^v//)" >> $GITHUB_ENV
29
30
+ - name: golangci-lint
31
+ uses: reviewdog/action-golangci-lint@v2
32
+ with:
33
+ github_token: ${{ secrets.GITHUB_TOKEN }}
34
+
35
- name: 'Login to GitHub Container Registry'
36
uses: docker/[email protected]
37
with:
0 commit comments