1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_unbound.git synced 2024-08-16 13:39:49 +02:00
ansible_role_unbound/.github/workflows/ansible-linting-check.yml

24 lines
375 B
YAML
Raw Normal View History

2021-01-19 01:03:47 +01:00
---
name: Ansible Lint check
# yamllint disable-line rule:truthy
2021-03-13 01:13:41 +01:00
on:
push:
branches: '*'
pull_request:
branches: '*'
2021-01-19 01:03:47 +01:00
jobs:
build:
runs-on: ubuntu-latest
steps:
2022-04-08 00:25:49 +02:00
- name: 'checkout git repo'
uses: actions/checkout@v3
2021-01-19 01:03:47 +01:00
2022-04-08 00:25:49 +02:00
- name: 'Lint Ansible Playbook'
2022-03-27 22:50:53 +02:00
uses: ansible/ansible-lint-action@v6
2021-01-19 01:03:47 +01:00
with:
targets: "."