mirror of
https://github.com/taigrr/jety.git
synced 2026-04-02 03:19:03 -07:00
add funding / CI
This commit is contained in:
20
.github/workflows/govulncheck.yml
vendored
Normal file
20
.github/workflows/govulncheck.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: "govulncheck"
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: '23 13 * * 1'
|
||||
|
||||
jobs:
|
||||
govulncheck_job:
|
||||
runs-on: ubuntu-latest
|
||||
name: Run govulncheck
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- id: govulncheck
|
||||
uses: golang/govulncheck-action@v1
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
go-package: ./...
|
||||
Reference in New Issue
Block a user