Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 in /application #1024

Bump jinja2 from 3.1.2 to 3.1.3 in /application

Bump jinja2 from 3.1.2 to 3.1.3 in /application #1024

Workflow file for this run

name: Python linting
on:
push:
branches:
- '*'
pull_request:
types: [ opened, synchronize ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint with Ruff
uses: chartboost/ruff-action@v1