Skip to content

Ansible lint pipeline and molecule tests #3

Ansible lint pipeline and molecule tests

Ansible lint pipeline and molecule tests #3

Workflow file for this run

---
name: lint
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip install -r .dev_requirements.txt
- name: Run ansible-lint
run: ansible-lint