Skip to content

Peer review: draft workflow, closing, invitation expirations #166

Peer review: draft workflow, closing, invitation expirations

Peer review: draft workflow, closing, invitation expirations #166

Workflow file for this run

name: Django CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build containers and run Django tests
run: make test