Skip to content

Feature/pyright check #3

Feature/pyright check

Feature/pyright check #3

Workflow file for this run

name: Sequential Lint and Type Check
on: [push, pull_request]
jobs:
ruff-call:
uses: ./.github/workflows/ruff.yml
pyright-call:
needs: ruff-call
uses: ./.github/workflows/pyright.yml