Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

fix(pt): typo in insertion pseudocode #37

fix(pt): typo in insertion pseudocode

fix(pt): typo in insertion pseudocode #37

Workflow file for this run

name: Format Slides
on:
push:
branches:
- "main"
- "master"
pull_request:
branches:
- "main"
- "master"
jobs:
typstyle:
name: "Check typst formatting with typstyle"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bininstall
uses: cargo-bins/cargo-binstall@v1.10.6
- name: Binstall typstyle
run: cargo binstall --no-confirm typstyle
- name: Check formtting
run: typstyle -p --check format-all