Skip to content

Commit

Permalink
Merge pull request #81 from voxpupuli/modulesync
Browse files Browse the repository at this point in the history
modulesync 7.3.0
  • Loading branch information
zilchms authored Feb 6, 2024
2 parents 17384dc + 74f49bf commit 8087b7e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

name: CI

on: pull_request
on:
pull_request: {}
push:
branches:
- main
- master

concurrency:
group: ${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '7.2.0'
modulesync_config_version: '7.3.0'
1 change: 1 addition & 0 deletions .puppet-lint.rc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--fail-on-warnings
--no-parameter_documentation-check
--no-parameter_types-check

0 comments on commit 8087b7e

Please sign in to comment.