Skip to content

Use the footer instead of 404 template for injection #81

Use the footer instead of 404 template for injection

Use the footer instead of 404 template for injection #81

Workflow file for this run

name: CI
on: [push]
jobs:
tests:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Install deps
run: |
python3 -m pip install wheel
python3 -m pip install .[dev]
- name: Run tests
run: |
python3 -m unittest