Skip to content

Commit e5393c8

Browse files
committed
swap over workflow
Signed-off-by: Harry Randazzo <[email protected]>
1 parent 1458258 commit e5393c8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,5 @@ jobs:
3333
- name: ensure all modules are on the same go version
3434
run: make check-go-version-consistency
3535

36-
- name: Run Revive Action by pulling pre-built image
37-
uses: docker://morphy/revive-action@sha256:087d4e61077087755711ab7e9fae3cc899b7bb07ff8f6a30c3dfb240b1620ae8 #v2.5.7
38-
with:
39-
config: revive.toml
40-
path: "./..."
36+
- name: golangci-lint
37+
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0

0 commit comments

Comments
 (0)