Skip to content

move gather-group-statistics.py #2281

move gather-group-statistics.py

move gather-group-statistics.py #2281

Workflow file for this run

name: Ansible Lint
on:
push:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docs/**'
- 'docker/**'
- '.github/workflows/documentation.yml'
pull_request:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docker/**'
- 'docs/**'
- '.github/workflows/documentation.yml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]