Skip to content

ci

ci #260

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@puppetcore"
with:
# This line enables shellcheck to be run on this repository
run_shellcheck: true
ruby_version: '3.1'
secrets: "inherit"