Skip to content

chore: run pnpm update #331

chore: run pnpm update

chore: run pnpm update #331

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
# Sync this with `./check.yml`
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: taiki-e/install-action@v2
with:
tool: fd-find,typstyle@0.14.4
- name: Run typstyle
run: |
typstyle --inplace --line-width 120 .
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8