Skip to content

Bump jinja2 from 2.11.3 to 3.1.3 in /src/api-engine #253

Bump jinja2 from 2.11.3 to 3.1.3 in /src/api-engine

Bump jinja2 from 2.11.3 to 3.1.3 in /src/api-engine #253

Workflow file for this run

name: Code Check CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Check code
run: make check