Skip to content

Commit

Permalink
mv golangci-lint action to build-test-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhalytch committed May 29, 2024
1 parent 99db504 commit 7364e91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ jobs:
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58

Empty file.

0 comments on commit 7364e91

Please sign in to comment.