Skip to content

Commit af84c6b

Browse files
committed
lint as github action
1 parent f6144dd commit af84c6b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@ jobs:
3131
- name: Install dependencies
3232
run: make deps
3333

34-
- name: Run checks (lint, vet, fmt-check, test)
35-
run: make check
34+
- name: golangci-lint
35+
uses: golangci/golangci-lint-action@v8
36+
with:
37+
version: v2.6.0
38+
39+
- name: Run checks (vet, fmt-check, test)
40+
run: make vet fmt-check test
3641

3742
# Note: Validation tests with real cloud providers run in separate workflows
3843
# See .github/workflows/validation-*.yml for provider-specific validation tests

0 commit comments

Comments
 (0)