Skip to content

Allow markdown editor to be widescreen #26

Allow markdown editor to be widescreen

Allow markdown editor to be widescreen #26

Workflow file for this run

name: Test
on: pull_request
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v2
- name: Run tests
run: uv run --locked pytest