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

24 lines
375 B
YAML
Raw Normal View History

---
name: Ansible Lint check
# yamllint disable-line rule:truthy
2021-03-12 00:38:45 +01:00
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
build:
2022-12-27 22:54:49 +01:00
runs-on: ubuntu-latest
steps:
2022-04-08 02:12:28 +02:00
- name: 'checkout git repo'
uses: actions/checkout@v3
2022-04-08 02:12:28 +02:00
- name: 'Lint Ansible Playbook'
2022-03-27 22:59:07 +02:00
uses: ansible/ansible-lint-action@v6
with:
targets: "."