[action] updated goCI workflow API (#1429)

pull/1435/head
Max 12 months ago committed by GitHub
parent 56a2a17ff8
commit 67d32685c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save