Skip to content

ci: Run ansible-lint on both push and pull_request #5

ci: Run ansible-lint on both push and pull_request

ci: Run ansible-lint on both push and pull_request #5

Workflow file for this run

---
name: ansible-lint
on:
push:
branches:
- main
- mila
pull_request:
branches:
- main
- mila
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run ansible-lint
uses: ansible/[email protected]