Skip to content

Format typst files and require correct formatting of PRs #2

Format typst files and require correct formatting of PRs

Format typst files and require correct formatting of PRs #2

Workflow file for this run

on:
pull_request:
jobs:
check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Typstyle
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: typstyle
- name: Format typst files
run: typstyle format-all
- uses: getsentry/action-git-diff-suggestions@main
with:
message: "Typstyle suggested change"