1
0
Fork 0
ansible_role_prometheus_pin.../.github/workflows/ansible-linting-check.yml

24 lines
442 B
YAML
Raw Normal View History

2022-11-21 14:58:47 +01:00
---
name: Ansible Lint check
# yamllint disable-line rule:truthy
on: [push, pull_request]
2022-11-21 14:58:47 +01:00
jobs:
build:
name: Ansible Lint
2022-11-21 14:58:47 +01:00
runs-on: ubuntu-latest
steps:
- name: 'checkout git repo'
uses: actions/checkout@v4
with:
lfs: true
submodules: false
fetch-depth: 0
2022-11-21 14:58:47 +01:00
- name: 'Lint Ansible Playbook'
uses: ansible/ansible-lint-action@v6
with:
path: "."