Skip to content

Bump jinja2 from 3.1.3 to 3.1.5 in /requirements #1266

Bump jinja2 from 3.1.3 to 3.1.5 in /requirements

Bump jinja2 from 3.1.3 to 3.1.5 in /requirements #1266

Workflow file for this run

---
name: Linting
on:
pull_request:
paths:
- '**'
push:
paths:
- '**'
jobs:
quality-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Docker
run: |
make build
- name: Run linting
run: |
make lint-root