Skip to content

Merge pull request #75 from YDX-2147483647/cron #281

Merge pull request #75 from YDX-2147483647/cron

Merge pull request #75 from YDX-2147483647/cron #281

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.13.16 # typstyle shipped with tinymist v0.13.16
- name: Run typstyle
run: |
typstyle --inplace --line-width 120 .
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27