Skip to content

(MAINT) Update CI workflow #20

(MAINT) Update CI workflow

(MAINT) Update CI workflow #20

Workflow file for this run

name: "CI"
on:
push:
branches:
- "main"
- "master"
pull_request:
branches:
- "main"
- "master"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
secrets: "inherit"