mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 12:55:48 +00:00
17 lines
308 B
YAML
17 lines
308 B
YAML
---
|
|
# Managed by modulesync - DO NOT EDIT
|
|
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
|
|
|
name: CI
|
|
|
|
on: pull_request
|
|
|
|
concurrency:
|
|
group: ${{ github.ref_name }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
puppet:
|
|
name: Puppet
|
|
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v1
|