Skip to content

Bump jinja2 from 3.1.3 to 3.1.4 in /requirements #344

Bump jinja2 from 3.1.3 to 3.1.4 in /requirements

Bump jinja2 from 3.1.3 to 3.1.4 in /requirements #344

Workflow file for this run

name: Linting
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
black-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
sphinx-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install deps
run: |
pip install sphinx-lint
- name: Run Sphinx Linting
run: |
sphinx-lint .