Merge pull request #192 from irish1986/renovate/rhysd-actionlint-1.x #1198
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: CI - Main | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
- 'README.md' | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- 'README.md' | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.ref }}-${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
main: | |
name: Call Ansible-Lint | |
uses: irishlab-io/admin/.github/workflows/reusable-ansible-lint.yml@main | |
with: | |
configuration_file: "-c ./.config/.ansible-lint.yml" | |
requirements_file: "./ansible/collections/requirements.yml" |