Skip to content

Complete migration from API v1 to v3 (#35) #150

Complete migration from API v1 to v3 (#35)

Complete migration from API v1 to v3 (#35) #150

Workflow file for this run

name: Run formatter
on:
- push
permissions:
contents: read
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/install_deps
- name: Run formatter
run: poetry run black --check --diff .
- name: Run isort
run: poetry run isort --check-only --diff .