only check ts/tsx/js files

This commit is contained in:
Samuel Newman
2025-06-24 10:50:04 +03:00
parent 4dd7ec2989
commit 0ee9848337
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 . --experimental-cli
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 . --experimental-cli
run: yarn prettier --check "**/*.{ts,tsx,js}" --experimental-cli
- name: Check & compile i18n
run: yarn intl:build
- name: Type check