16 lines
349 B
YAML
Raw Normal View History

name: "Lint"
on: push
jobs:
lint:
name: "Lint"
runs-on: python-bookworm
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
args: "--show-relpath"
setup_python: "false"
requirements_file: ""