Skip to content

kernel: processes: Rework the explanation of the context #112

kernel: processes: Rework the explanation of the context

kernel: processes: Rework the explanation of the context #112

Workflow file for this run

name: typst-format
on: [push, pull_request]
env:
TYPSTYLE_VERSION: 0.14.4
jobs:
check_typst_formatting:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- name: Install typstyle
run: |
curl -fsSL \
"https://github.com/typstyle-rs/typstyle/releases/download/v${TYPSTYLE_VERSION}/typstyle-x86_64-unknown-linux-musl" \
-o /tmp/typstyle
sudo install -m 0755 /tmp/typstyle /usr/local/bin/typstyle
- run: ./.github/scripts/check-typst-format.sh