Skip to content

Commit 8315b9f

Browse files
committed
ci: メタデータをフォーマットするジョブを追加
1 parent 624d6ca commit 8315b9f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/website.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,22 @@ jobs:
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

0 commit comments

Comments
 (0)