Skip to content

Commit

Permalink
CI: Use make lint instead of lint action
Browse files Browse the repository at this point in the history
Since we already have `lint` target in the makefile which uses
golanglint and current workflow have outdated action for it. Better to
have same way to run linter either local or on CI.
  • Loading branch information
praveenkumar committed Mar 20, 2024
1 parent 957c278 commit 00c2980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
run: make cross
- name: lint
uses: golangci/golangci-lint-action@v3
run: make lint
- name: Tests
run: make test
- name: Upload artifats
Expand Down

0 comments on commit 00c2980

Please sign in to comment.