ansible_role_restic/.github/workflows/ansible-linting-check.yml

24 lines
375 B
YAML
Raw Normal View History

2022-10-06 14:52:27 +02:00
---
name: Ansible Lint check
# yamllint disable-line rule:truthy
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
2022-11-06 20:30:48 +01:00
- name: 'checkout git repo'
uses: actions/checkout@v3
2022-10-06 14:52:27 +02:00
2022-11-06 20:30:48 +01:00
- name: 'Lint Ansible Playbook'
2022-10-06 14:52:27 +02:00
uses: ansible/ansible-lint-action@v6
with:
targets: "."