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

Merge pull request #355 from csaf-poc/revive_action

Add revive action to workflows
This commit is contained in:
JanHoefelmeyer 2023-03-28 07:36:12 +02:00 committed by GitHub
commit 36fa8eeeca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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