Skip to content

Correcting MyPy errors + setting up MyPy pipeline #28

Correcting MyPy errors + setting up MyPy pipeline

Correcting MyPy errors + setting up MyPy pipeline #28

Workflow file for this run

name: Ruff
on: push
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1