Skip to content

Bump actions/checkout from 4 to 6 #139

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #139

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@v6
with:
submodules: true
fetch-depth: 0
- name: Run j2lint
uses: ansible-actions/[email protected]
with:
target: "templates/"