Skip to content

Merge remote-tracking branch 'r1remote/main' #1

Merge remote-tracking branch 'r1remote/main'

Merge remote-tracking branch 'r1remote/main' #1

Workflow file for this run

name: Syntax and type checking
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install -r requirements.txt
- uses: chartboost/ruff-action@v1
- uses: jakebailey/pyright-action@v1
- uses: psf/black@stable