From 624d6ca9690452384852877210e49163476cad14 Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Thu, 30 Oct 2025 07:34:02 +0900 Subject: [PATCH 1/4] =?UTF-8?q?chore:=20Web=E3=82=B5=E3=82=A4=E3=83=88?= =?UTF-8?q?=E3=81=AE=E3=83=A1=E3=82=BF=E3=83=87=E3=83=BC=E3=82=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E3=81=AE=E3=81=9F=E3=82=81=E3=81=AEEditorConfig?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/.editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 website/.editorconfig diff --git a/website/.editorconfig b/website/.editorconfig new file mode 100644 index 0000000000..4f1eb77b0a --- /dev/null +++ b/website/.editorconfig @@ -0,0 +1,10 @@ +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +max_line_length = 0 From 742011ab1bf59c043112a101a81dbe60035f61f8 Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Thu, 30 Oct 2025 07:47:12 +0900 Subject: [PATCH 2/4] =?UTF-8?q?ci:=20=E3=83=A1=E3=82=BF=E3=83=87=E3=83=BC?= =?UTF-8?q?=E3=82=BF=E3=82=92=E3=83=95=E3=82=A9=E3=83=BC=E3=83=9E=E3=83=83?= =?UTF-8?q?=E3=83=88=E3=81=99=E3=82=8B=E3=82=B8=E3=83=A7=E3=83=96=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/autofix.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/autofix.yml diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml new file mode 100644 index 0000000000..cf823f6b9a --- /dev/null +++ b/.github/workflows/autofix.yml @@ -0,0 +1,26 @@ +name: autofix.ci +on: + push: + branches: + - main + pull_request: + workflow_dispatch: +jobs: + format-metadata: + runs-on: ubuntu-24.04 + defaults: + run: + working-directory: website/typst-docs-web + steps: + - name: Checkout the repository + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + submodules: recursive + - name: Setup tools + uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3 + - name: Install dependencies + run: bun install --frozen-lockfile + - name: Apply Biome checks + run: bun biome check --write ../ + - name: Autofix + uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2 From ba7e6ebaa3ddf6b2c32f771ada687d9cb968fff3 Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Thu, 30 Oct 2025 07:55:25 +0900 Subject: [PATCH 3/4] test: update unformatted file --- website/translation-status.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/translation-status.json b/website/translation-status.json index 2a9762c533..5caa0e14db 100644 --- a/website/translation-status.json +++ b/website/translation-status.json @@ -175,7 +175,7 @@ "/docs/changelog/0.13.0/": "untranslated", "/docs/changelog/0.12.0/": "untranslated", "/docs/changelog/0.11.1/": "untranslated", - "/docs/changelog/0.11.0/": "untranslated", + "/docs/changelog/0.11.0/": "untranslated", "/docs/changelog/0.10.0/": "untranslated", "/docs/changelog/0.9.0/": "untranslated", "/docs/changelog/0.8.0/": "untranslated", @@ -185,7 +185,7 @@ "/docs/changelog/0.4.0/": "untranslated", "/docs/changelog/0.3.0/": "untranslated", "/docs/changelog/0.2.0/": "untranslated", - "/docs/changelog/0.1.0/": "untranslated", + "/docs/changelog/0.1.0/": "untranslated", "/docs/changelog/earlier/": "untranslated", "/docs/japanese/": "community", "/docs/japanese/templates/": "community", From 73b209296d495e49cec6e981a53549ca2b8ea49f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 22:58:59 +0000 Subject: [PATCH 4/4] [autofix.ci] apply automated fixes --- website/translation-status.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/translation-status.json b/website/translation-status.json index 5caa0e14db..2a9762c533 100644 --- a/website/translation-status.json +++ b/website/translation-status.json @@ -175,7 +175,7 @@ "/docs/changelog/0.13.0/": "untranslated", "/docs/changelog/0.12.0/": "untranslated", "/docs/changelog/0.11.1/": "untranslated", - "/docs/changelog/0.11.0/": "untranslated", + "/docs/changelog/0.11.0/": "untranslated", "/docs/changelog/0.10.0/": "untranslated", "/docs/changelog/0.9.0/": "untranslated", "/docs/changelog/0.8.0/": "untranslated", @@ -185,7 +185,7 @@ "/docs/changelog/0.4.0/": "untranslated", "/docs/changelog/0.3.0/": "untranslated", "/docs/changelog/0.2.0/": "untranslated", - "/docs/changelog/0.1.0/": "untranslated", + "/docs/changelog/0.1.0/": "untranslated", "/docs/changelog/earlier/": "untranslated", "/docs/japanese/": "community", "/docs/japanese/templates/": "community",