feat: add support for GitHub
workflows that run playbooks
#101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Ansible collection linters | |
'on': | |
pull_request: | |
jobs: | |
lint: | |
uses: stackhpc/.github/.github/workflows/lint-collection.yml@main |