Skip to content

Bump jinja2 from 3.0.3 to 3.1.3 #24

Bump jinja2 from 3.0.3 to 3.1.3

Bump jinja2 from 3.0.3 to 3.1.3 #24

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install venv and dependencies
run: ./setup.sh
- name: pylint
run: ./run-pylint.sh
- name: Tests
run: ./run-tests.sh