1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Add revive action to workflows

This commit is contained in:
JanHoefelmeyer 2023-03-27 12:31:59 +02:00
parent 6bceb7cc1b
commit 84b60261bf

View file

@ -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 ./...