[action] updated goCI workflow API (#1429)

This commit is contained in:
Max
2023-06-13 11:13:42 -07:00
committed by GitHub
parent 56a2a17ff8
commit 67d32685c7

View File

@@ -20,8 +20,8 @@ jobs:
ci:
uses: smallstep/workflows/.github/workflows/goCI.yml@main
with:
os-dependencies: "libpcsclite-dev"
run-gitleaks: true
only-latest-golang: false
os-dependencies: 'libpcsclite-dev'
run-codeql: true
make-test: true # run `make test` instead of the default test workflow
test-command: 'V=1 make test'
secrets: inherit