Skip to content

adds proper error handling #2

adds proper error handling

adds proper error handling #2

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: chartboost/ruff-action@v1
- uses: abatilo/actions-poetry@v2
- uses: jakebailey/pyright-action@v2