Skip to content

Introduce TextChoices for game status #32

Introduce TextChoices for game status

Introduce TextChoices for game status #32

Workflow file for this run

name: "lint"
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check --fix
- run: ruff format