tests tests and more tests
This commit is contained in:
parent
15e7c4097c
commit
d68939dda6
14
.gitea/workflows/testing.yaml
Normal file
14
.gitea/workflows/testing.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
name: "test"
|
||||
on: push #runs on pushes to any branch
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: smoke-test
|
||||
steps:
|
||||
- name: "dependency and stdlib scan"
|
||||
uses: golang/govulncheck-action@v1.0.4
|
||||
|
||||
- name: "static code analysis"
|
||||
uses: securego/gosec@v2.22.3
|
||||
with:
|
||||
args: ./...
|
Loading…
x
Reference in New Issue
Block a user