summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-02-23 18:09:34 +0900
committerSho Sakuma <me@m1sk9.dev>2026-02-23 18:09:34 +0900
commite8ffbe00d9fe3934bf35329e1a8f1d7b016ac0f7 (patch)
tree5d88c32ef6de305e5b1e016ca92140a7cbe1ae6e /.github
parent59a7e742fe52afba246ff2e4dce9753dd1468e05 (diff)
downloadLunaticChat-e8ffbe00d9fe3934bf35329e1a8f1d7b016ac0f7.tar.gz
LunaticChat-e8ffbe00d9fe3934bf35329e1a8f1d7b016ac0f7.tar.bz2
LunaticChat-e8ffbe00d9fe3934bf35329e1a8f1d7b016ac0f7.zip
chore: Replace Biome to oxc
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 5ddd4d4..2f3a9e8 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -73,6 +73,9 @@ jobs:
- name: Install dependencies
run: bun install
+ - name: Check formats
+ run: bun run format:check
+
- name: Check lints
run: bun run lint