[PR #121/c6d1a7c7 backport][stable-3] Add new ec2_networking_resources role #1069
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: Linters | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
push: | |
pull_request: | |
jobs: | |
linters: | |
uses: ansible-network/github_actions/.github/workflows/tox-linters.yml@main | |
ansible-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ansible-network/github_actions/.github/actions/checkout_dependency@main | |
- name: run-ansible-lint | |
uses: ansible/[email protected] |