Skip to content

ci: Run molecule with GitHub Actions #7

ci: Run molecule with GitHub Actions

ci: Run molecule with GitHub Actions #7

Workflow file for this run

name: Ansible Lint
on:
push:
branches:
- mila
paths-ignore:
- '**.md'
- '**.rst'
pull_request:
paths-ignore:
- '**.md'
- '**.rst'
jobs:
check:
name: Run ansible-lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # needed for progressive mode to work
- name: Run ansible-lint
uses: ansible/ansible-lint-action@main