tests tests and more tests
Some checks failed
test / test (push) Has been cancelled
security scans / scans (push) Has been cancelled

This commit is contained in:
jake 2025-04-24 12:36:48 -04:00
parent 15e7c4097c
commit d68939dda6

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