Skip to content

Bump actions/checkout from 2 to 4 #70

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #70

Workflow file for this run

name: Templates
on:
push:
paths:
- "**/*.html"
- ".github/workflows/templates.yaml"
- "requirements-test.txt"
- "pyproject.toml"
jobs:
lint-templates:
name: Lint Templates
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Clone Repo
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/[email protected]
with:
python-version: 3.8
- name: Cache Pip
uses: actions/[email protected]
with:
path: ~/.cache/pip
key: pip-${{ hashFiles('requirements-test.txt') }}
- name: Setup
run: |
pip install --requirement requirements-test.txt
- name: Lint Templates
run: curlylint .