Skip to content

Commit b637e93

Browse files
New re-usable module_ci.yml
One of the cat-github-actions re-usable workflows has been updated to switch on the puppetcore. For reference see <puppetlabs/cat-github-actions#129>. This means a minor admustment is required on any modules that also need to run against puppetcore. One, `ruby_version` must be passed in and be >= 3.1; and two, the `PUPPET_FORGE_TOKEN` must be a secret on the repository. Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent 4c9d322 commit b637e93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
with:
1313
# This line enables shellcheck to be run on this repository
1414
run_shellcheck: true
15+
ruby_version: '3.1'
1516
secrets: "inherit"

0 commit comments

Comments
 (0)