We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cba136 commit e2a870fCopy full SHA for e2a870f
.github/workflows/ci.yml
@@ -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
.sync.yml
@@ -6,6 +6,8 @@ appveyor.yml:
unmanaged: false
.github/workflows/release.yml:
+.github/workflows/ci.yml:
+ unmanaged: false
Gemfile:
optional:
0 commit comments