Skip to content

Commit

Permalink
.github: add golangci-lint verification.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Dec 13, 2024
1 parent 708625f commit 21a1ef2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/project-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,16 @@ jobs:
git config user.name "Github"
git config user.email "[email protected]"
./scripts/build/update-gh-pages.sh
golangci-lint:
name: Lint / golangci-lint
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: golangci/golangci-lint-action@v6
with:
version: v1.61

0 comments on commit 21a1ef2

Please sign in to comment.