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

28 lines
458 B
YAML
Raw Normal View History

---
name: Ansible Lint check
# yamllint disable-line rule:truthy
2023-04-21 13:55:27 +02:00
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
2023-04-21 13:55:27 +02:00
- name: 'checkout git repo'
uses: actions/checkout@v3
with:
lfs: true
submodules: true
fetch-depth: 0
2023-04-21 13:55:27 +02:00
- name: 'Lint Ansible Playbook'
uses: ansible/ansible-lint-action@v6
with:
2023-04-21 13:55:27 +02:00
path: "."