mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add revive action to workflows
This commit is contained in:
parent
6bceb7cc1b
commit
84b60261bf
1 changed files with 3 additions and 0 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
|
@ -30,5 +30,8 @@ jobs:
|
||||||
- name: golint
|
- name: golint
|
||||||
uses: Jerome1337/golint-action@v1.0.2
|
uses: Jerome1337/golint-action@v1.0.2
|
||||||
|
|
||||||
|
- name: Revive Action
|
||||||
|
uses: morphy2k/revive-action@v2.5.1
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue