From a45da17c48b34f692668592f298a9d4441ee1be9 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 1 Apr 2024 22:58:31 -0700 Subject: Separate ESLint and Prettier (#3373) * Disable legacy Prettier ESLint integration * Run Prettier separately * Add caching * Separate -some and -all * Reduce node inits --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9aa55ca07..22cc65735 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,6 +24,8 @@ jobs: attempt_delay: 2000 - name: Lint check run: yarn lint + - name: Prettier check + run: yarn prettier --check . - name: Check & compile i18n run: yarn intl:build - name: Type check -- cgit 1.4.1