Skip to content

delete dead code - this is now handled by the frontend #587

delete dead code - this is now handled by the frontend

delete dead code - this is now handled by the frontend #587

name: Formatting and static type checking
on:
push:
branches: ["*"]
workflow_dispatch:
jobs:
test-backend:
name: Formatting and static type checking
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test-pre-commit