Skip to content

Commit 0bd9fde

Browse files
Modiy lint workflow so that it uses make lint
Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <[email protected]>
1 parent 8039c85 commit 0bd9fde

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
- name: Check go.mod/go.sum to be consistent
3636
run: go mod tidy -v && git diff --exit-code
3737

38-
- name: golangci-lint
39-
uses: golangci/golangci-lint-action@v6
40-
with:
41-
version: latest
42-
skip-cache: true
43-
only-new-issues: false
44-
args: --verbose
38+
- name: Run linter
39+
run: |
40+
make lint

0 commit comments

Comments
 (0)