1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_avahi_daemon.git synced 2024-08-16 15:09:48 +02:00
ansible_role_avahi_daemon/.github/workflows/j2lint-check.yml

23 lines
419 B
YAML
Raw Normal View History

2023-10-23 00:52:21 +02:00
---
name: Jinja2 Linting check
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
name: Jinja2 Linting
runs-on: ubuntu-latest
steps:
2023-10-28 18:12:24 +02:00
- name: Checkout git repo
uses: actions/checkout@v4
2023-10-23 00:52:21 +02:00
with:
submodules: true
fetch-depth: 0
- name: Run j2lint
uses: ansible-actions/j2lint-action@v0.0.1
with:
target: "./"