Skip to content

Commit

Permalink
whoops, forgot to add the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
binford2k committed Jan 10, 2024
1 parent 6cba136 commit e2a870f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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"
2 changes: 2 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ appveyor.yml:
unmanaged: false
.github/workflows/release.yml:
unmanaged: false
.github/workflows/ci.yml:
unmanaged: false

Gemfile:
optional:
Expand Down

0 comments on commit e2a870f

Please sign in to comment.