1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
ansible_linux_desktop_setup/.github/workflows/ansible-linting-check.yml

24 lines
457 B
YAML
Raw Normal View History

---
name: Ansible Lint check
# yamllint disable-line rule:truthy
2023-08-01 19:07:39 +02:00
on: [push, pull_request]
jobs:
build:
2023-08-01 19:07:39 +02:00
name: Ansible Lint
runs-on: ubuntu-latest
steps:
2023-04-21 13:55:27 +02:00
- name: 'checkout git repo'
uses: actions/checkout@v4.1.0
2023-04-21 13:55:27 +02:00
with:
lfs: true
submodules: true
fetch-depth: 0
2023-04-21 13:55:27 +02:00
- name: 'Lint Ansible Playbook'
2023-08-01 19:07:39 +02:00
uses: ansible/ansible-lint-action@v6.17.0
with:
2023-08-01 19:07:39 +02:00
path: "site.yml"