Skip to content

boy scout: add debian family support #12

boy scout: add debian family support

boy scout: add debian family support #12

Workflow file for this run

---
name: ansible
on:
pull_request:
push:
branches:
- main
- wip/next
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ansible/ansible-lint-action@v6
...