Skip to content

Bump pytest from 6.2.4 to 7.4.4 #74

Bump pytest from 6.2.4 to 7.4.4

Bump pytest from 6.2.4 to 7.4.4 #74

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@v2
- 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 .