Skip to content

(CAT-2373)(01) Remove puppet 7 #177

(CAT-2373)(01) Remove puppet 7

(CAT-2373)(01) Remove puppet 7 #177

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
Setup:
runs-on: ubuntu-latest
steps:
- name: "Install Twingate"
uses: "twingate/github-action@v1"
with:
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
Spec:
needs: Setup
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
secrets: "inherit"
Acceptance:
needs: [Setup, Spec]
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
secrets: "inherit"