Skip to content

Bump ansible-actions/ansible-galaxy-action from 1.0.0 to 1.0.1 #12

Bump ansible-actions/ansible-galaxy-action from 1.0.0 to 1.0.1

Bump ansible-actions/ansible-galaxy-action from 1.0.0 to 1.0.1 #12

Workflow file for this run

---
name: Jinja2 Linting check
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
name: Jinja2 Linting
runs-on: ubuntu-latest
steps:
- name: 'checkout git repo'
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Run j2lint
uses: ansible-actions/[email protected]
with:
target: "./"