Skip to content

pdksync - (CAT-343) Audit modules and tools for references to travis. Removed all needless references to travis. #59

pdksync - (CAT-343) Audit modules and tools for references to travis. Removed all needless references to travis.

pdksync - (CAT-343) Audit modules and tools for references to travis. Removed all needless references to travis. #59

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@main"
secrets: "inherit"
Acceptance:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
secrets: "inherit"