Skip to content

Exclude python 3.9 testing on devel and milestone #55

Exclude python 3.9 testing on devel and milestone

Exclude python 3.9 testing on devel and milestone #55

Workflow file for this run

---
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:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- name: Run ansible-lint
uses: ansible/ansible-lint@v6.17.2