certificates/.github/workflows/ci.yml

27 lines
491 B
YAML
Raw Normal View History

name: CI
on:
push:
tags-ignore:
- 'v*'
branches:
2022-09-24 06:18:45 +00:00
- "master"
pull_request:
2022-09-24 06:18:45 +00:00
workflow_call:
secrets:
CODECOV_TOKEN:
2022-09-24 06:18:45 +00:00
required: true
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: smallstep/workflows/.github/workflows/goCI.yml@main
with:
os-dependencies: "libpcsclite-dev"
2022-09-24 06:18:45 +00:00
run-gitleaks: true
run-codeql: true
secrets: inherit