Skip to content

Fix teacher's header menu option url (#136) #419

Fix teacher's header menu option url (#136)

Fix teacher's header menu option url (#136) #419

Workflow file for this run

name: Linter
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --diff --exclude '/migrations'"
src: "./src"
version: "~= 23.0"