Skip to content

Bump jinja2 from 3.1.3 to 3.1.4 #37

Bump jinja2 from 3.1.3 to 3.1.4

Bump jinja2 from 3.1.3 to 3.1.4 #37

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- run: pipx install poetry==1.7.1
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "poetry"
- run: poetry check
- run: poetry lock --check
- run: poetry install
- run: poetry run black --check .
- run: poetry run isort --check .