1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_etebase.git synced 2024-08-16 10:19:52 +02:00
ansible_role_etebase/.github/workflows/ansible-linting-check.yml

24 lines
453 B
YAML
Raw Normal View History

2022-11-10 00:12:22 +01:00
---
name: Ansible Lint check
# yamllint disable-line rule:truthy
2023-10-12 17:58:25 +02:00
on: [push, pull_request]
2022-11-10 00:12:22 +01:00
jobs:
build:
2023-10-12 17:58:25 +02:00
name: Ansible Lint
2022-11-10 00:12:22 +01:00
runs-on: ubuntu-latest
steps:
- name: 'checkout git repo'
2023-10-12 17:58:25 +02:00
uses: actions/checkout@v4.1.0
with:
lfs: true
submodules: true
fetch-depth: 0
2022-11-10 00:12:22 +01:00
2023-10-12 17:58:25 +02:00
- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v0.0.3
2022-11-10 00:12:22 +01:00
with:
2023-10-12 17:58:25 +02:00
target: "./"