Add revive installation step in CI workflow
Some checks failed
Bearer / scan (push) Failing after 35s
Go Build Multi-Platform / build (amd64, freebsd) (push) Successful in 39s
Go Build Multi-Platform / build (amd64, darwin) (push) Successful in 41s
Go Build Multi-Platform / build (amd64, linux) (push) Successful in 28s
Go Build Multi-Platform / build (amd64, windows) (push) Successful in 28s
Go Build Multi-Platform / build (arm, freebsd) (push) Successful in 28s
Go Build Multi-Platform / build (arm, linux) (push) Successful in 29s
Go Build Multi-Platform / build (arm, windows) (push) Successful in 31s
Go Build Multi-Platform / build (arm64, darwin) (push) Successful in 32s
Go Build Multi-Platform / build (arm64, freebsd) (push) Successful in 34s
Go Build Multi-Platform / build (arm64, linux) (push) Successful in 33s
Go Build Multi-Platform / build (arm64, windows) (push) Successful in 28s
Go Build Multi-Platform / Create Release (push) Has been skipped
Go Revive Lint / lint (push) Failing after 24s
Go Test Multi-Platform / Test (ubuntu-latest, arm64) (push) Successful in 56s
Run Gosec / tests (push) Successful in 1m5s
Go Test Multi-Platform / Test (ubuntu-latest, amd64) (push) Successful in 1m31s
Some checks failed
Bearer / scan (push) Failing after 35s
Go Build Multi-Platform / build (amd64, freebsd) (push) Successful in 39s
Go Build Multi-Platform / build (amd64, darwin) (push) Successful in 41s
Go Build Multi-Platform / build (amd64, linux) (push) Successful in 28s
Go Build Multi-Platform / build (amd64, windows) (push) Successful in 28s
Go Build Multi-Platform / build (arm, freebsd) (push) Successful in 28s
Go Build Multi-Platform / build (arm, linux) (push) Successful in 29s
Go Build Multi-Platform / build (arm, windows) (push) Successful in 31s
Go Build Multi-Platform / build (arm64, darwin) (push) Successful in 32s
Go Build Multi-Platform / build (arm64, freebsd) (push) Successful in 34s
Go Build Multi-Platform / build (arm64, linux) (push) Successful in 33s
Go Build Multi-Platform / build (arm64, windows) (push) Successful in 28s
Go Build Multi-Platform / Create Release (push) Has been skipped
Go Revive Lint / lint (push) Failing after 24s
Go Test Multi-Platform / Test (ubuntu-latest, arm64) (push) Successful in 56s
Run Gosec / tests (push) Successful in 1m5s
Go Test Multi-Platform / Test (ubuntu-latest, amd64) (push) Successful in 1m31s
This commit is contained in:
@@ -26,5 +26,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: '3.46.3'
|
version: '3.46.3'
|
||||||
|
|
||||||
|
- name: Install revive
|
||||||
|
env:
|
||||||
|
GOPRIVATE: git.quad4.io
|
||||||
|
run: go install git.quad4.io/Quad4-Extra/revive@master
|
||||||
|
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: task lint
|
run: task lint
|
||||||
|
|||||||
Reference in New Issue
Block a user