mctl/.gitea/workflows/testing.yaml
jake d68939dda6
Some checks failed
test / test (push) Has been cancelled
security scans / scans (push) Has been cancelled
tests tests and more tests
2025-04-24 12:36:48 -04:00

14 lines
294 B
YAML

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