Skip to content

Issue#486 motd

Issue#486 motd #447

Workflow file for this run

---
name: Ansible Lint
on:
pull_request:
branches:
- master
- development
push:
branches:
- 'pr*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]