Skip to content

chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /river/online-training-and-serving #3047

chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /river/online-training-and-serving

chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /river/online-training-and-serving #3047

Workflow file for this run

name: flake8
on: [pull_request]
jobs:
flake8:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: flake8
uses: py-actions/flake8@v2