mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +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
|
||||
uses: Jerome1337/golint-action@v1.0.2
|
||||
|
||||
- name: Revive Action
|
||||
uses: morphy2k/revive-action@v2.5.1
|
||||
|
||||
- name: Tests
|
||||
run: go test -v ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue