Skip to content

Adaptation of integration tests for downstream CI #276

Adaptation of integration tests for downstream CI

Adaptation of integration tests for downstream CI #276

Workflow file for this run

---
name: Linters
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
pull_request:
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v24.2.3
tox-linters:
uses: ansible-network/github_actions/.github/workflows/tox-linters.yml@main