mirror of
https://github.com/kopia/kopia.git
synced 2026-06-26 14:55:40 -04:00
chore(ci): add govulncheck step to lint workflow (#3252)
This commit is contained in:
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@@ -35,6 +35,11 @@ jobs:
|
||||
go-version: '1.20'
|
||||
id: go
|
||||
if: ${{ !contains(matrix.os, 'ARMHF') }}
|
||||
- id: govulncheck
|
||||
uses: golang/govulncheck-action@7da72f730e37eeaad891fcff0a532d27ed737cd4
|
||||
with:
|
||||
repo-checkout: false
|
||||
cache: false
|
||||
- name: Lint
|
||||
run: make lint
|
||||
- name: Check Locks
|
||||
|
||||
Reference in New Issue
Block a user