Skip to content

gpt+grid, Central Park West (#173) #185

gpt+grid, Central Park West (#173)

gpt+grid, Central Park West (#173) #185

Workflow file for this run

name: pytest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: PYTHONPATH=. poetry run pytest
- run: poetry run ruff check
- run: poetry run ruff format --check
- run: poetry run pyright