diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 75d6a68a30..33c1917958 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -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 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ec366056ac..44d93ee35d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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