Skip to content

Keyboard shortcuts

Keyboard shortcuts #39

Workflow file for this run

name: test-build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install and build
run: |
bash setup.sh
python3 -m build
make html