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 9131c9c commit 4c18e82Copy full SHA for 4c18e82
.github/workflows/ci.yml
@@ -4,7 +4,12 @@
4
5
name: CI
6
7
-on: pull_request
+on:
8
+ pull_request: {}
9
+ push:
10
+ branches:
11
+ - main
12
+ - master
13
14
concurrency:
15
group: ${{ github.ref_name }}
.msync.yml
@@ -2,4 +2,4 @@
2
# Managed by modulesync - DO NOT EDIT
3
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
-modulesync_config_version: '7.2.0'
+modulesync_config_version: '7.3.0'
.puppet-lint.rc
@@ -0,0 +1,3 @@
1
+--fail-on-warnings
+--no-parameter_documentation-check
+--no-parameter_types-check
0 commit comments