Skip to content

⬆️ Bump colander from 1.8.3 to 2.0 #1430

⬆️ Bump colander from 1.8.3 to 2.0

⬆️ Bump colander from 1.8.3 to 2.0 #1430

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8, "3.12"]
steps:
- uses: actions/checkout@v4
- name: Check eslint
run: make eslint
- name: Run django tests
run: make