Skip to content

feat: 2023 Cleanup and Enhancements #12

feat: 2023 Cleanup and Enhancements

feat: 2023 Cleanup and Enhancements #12

Workflow file for this run

name: "Jinja Syntax Check"
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install jinja2
- name: Check Jinja syntax
run: python .github/helpers/check_jinja_syntax.py