Update pre-commit (#8) #11
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
--- | |
# This workflow runs pre-commit, which executes Ansible and YAML linting. | |
# See .pre-commit-config.yaml for more details. | |
# The workflow also runs Ansible sanity tests | |
name: Pre-commit and Sanity Tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
pre-commit_and_sanity: | |
uses: | |
redhat-cop/ansible_collections_tooling/.github/workflows/pre_commit_and_sanity.yml@main | |
with: | |
collection_namespace: infra | |
collection_name: quay_configuration | |
collection_version: 2.0.0 | |
collection_repo: https://github.com/redhat-cop/quay_configuration | |
... |