Skip to content

Commit dff89f0

Browse files
authored
build: Use make lint instead of third-party action (#501)
1 parent f1bbf93 commit dff89f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: devbox run -- make generate fmt vet build
3939

4040
- name: Run golangci-lint
41-
uses: golangci/golangci-lint-action@v6
41+
run: devbox run -- make lint
4242

4343
- name: Lint
4444
run: devbox run -- make lint-yaml

0 commit comments

Comments
 (0)