Skip to content

refactor: Implement new router and schema #2

refactor: Implement new router and schema

refactor: Implement new router and schema #2

Workflow file for this run

name: Ruff
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
checker:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: ruff
run: |
pip install ruff
ruff check --verbose