Skip to content

Commit

Permalink
add linting (#1)
Browse files Browse the repository at this point in the history
* add linting

* fix version
  • Loading branch information
davidkarlsen committed Sep 8, 2023
1 parent 3e39c95 commit 74695ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
echo "VERSION=$(git describe --tag --always)" >> $GITHUB_ENV
echo "CLEAN_VERSION=$(git describe --tag --always | sed s/^v//)" >> $GITHUB_ENV
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v2.2.0
with:
Expand Down

0 comments on commit 74695ce

Please sign in to comment.