2022-09-20 22:16:46 -07:00
|
|
|
name: CI
|
2021-02-18 12:38:32 -08:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
tags-ignore:
|
|
|
|
- 'v*'
|
|
|
|
branches:
|
|
|
|
- "**"
|
|
|
|
pull_request:
|
2022-09-20 22:16:46 -07:00
|
|
|
schedule:
|
|
|
|
- cron: '0 0 * * *'
|
2021-02-18 12:38:32 -08:00
|
|
|
|
2022-09-21 12:26:45 -07:00
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
2021-02-18 12:38:32 -08:00
|
|
|
jobs:
|
2022-09-20 22:16:46 -07:00
|
|
|
ci:
|
|
|
|
uses: smallstep/workflows/.github/workflows/goCI.yml@main
|
2022-09-22 15:30:27 -07:00
|
|
|
with:
|
|
|
|
os-dependencies: "libpcsclite-dev"
|