Skip to content

Commit e2a870f

Browse files
committed
whoops, forgot to add the CI workflow
1 parent 6cba136 commit e2a870f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "ci"
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- "main"
7+
workflow_dispatch:
8+
9+
jobs:
10+
Spec:
11+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12+
secrets: "inherit"
13+
14+
Acceptance:
15+
needs: Spec
16+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
17+
secrets: "inherit"

.sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ appveyor.yml:
66
unmanaged: false
77
.github/workflows/release.yml:
88
unmanaged: false
9+
.github/workflows/ci.yml:
10+
unmanaged: false
911

1012
Gemfile:
1113
optional:

0 commit comments

Comments
 (0)