Compare commits

...

2 Commits

Author SHA1 Message Date
Samuel Newman 0ee9848337 only check ts/tsx/js files 2025-06-24 10:50:04 +03:00
Samuel Newman 4dd7ec2989 use prettier experimental-cli in CI 2025-06-23 17:48:08 +03:00
2 changed files with 2 additions and 2 deletions
@@ -74,7 +74,7 @@ jobs:
run: yarn lockfile-lint
- name: Prettier check
run: yarn prettier --check .
run: yarn prettier --check "**/*.{ts,tsx,js}" --experimental-cli
- name: 🔤 Compile translations
run: yarn intl:build 2>&1 | tee i18n.log
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Lint lockfile
run: yarn lockfile-lint
- name: Prettier check
run: yarn prettier --check .
run: yarn prettier --check "**/*.{ts,tsx,js}" --experimental-cli
- name: Check & compile i18n
run: yarn intl:build
- name: Type check