File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 6464 run : bun install --frozen-lockfile
6565 - name : Lint HTML using textlint
6666 run : bun run --bun textlint-html
67+
68+ format-metadata :
69+ runs-on : ubuntu-24.04
70+ defaults :
71+ run :
72+ working-directory : website/typst-docs-web
73+ steps :
74+ - name : Checkout the repository
75+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76+ with :
77+ submodules : recursive
78+ - name : Setup tools
79+ uses : jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
80+ - name : Install dependencies
81+ run : bun install --frozen-lockfile
82+ - name : Apply Biome checks
83+ run : bun biome check --write ../
84+ - name : Autofix
85+ uses : autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2
You can’t perform that action at this time.
0 commit comments