From b42561b1ccd898486389a3e1b7266cdcbfb5f164 Mon Sep 17 00:00:00 2001 From: Mateusz Bocian Date: Wed, 26 Mar 2025 15:56:35 -0400 Subject: [PATCH 1/2] ci: remove write from ci prettier --- .github/workflows/lint.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d6585fc5ae..d775481a99 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,14 +23,8 @@ jobs: cache: 'npm' cache-dependency-path: '**/package-lock.json' - run: npm ci - - name: Prettify code - uses: creyD/prettier_action@v4.3 - with: - prettier_options: --write . - only_changed: true - commit_message: 'chore: format with prettier' - clean_node_folder: false - + - name: Check Format + run: npm run format:check - name: Lint # github adds inline annotation for compact or stylish format # which is different than our default for local usage From 24c5568940daf7f82718eb95c8cd01ede3a427a9 Mon Sep 17 00:00:00 2001 From: Mateusz Bocian Date: Wed, 26 Mar 2025 15:57:00 -0400 Subject: [PATCH 2/2] chore: format with prettier --- tests/test-config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test-config.json b/tests/test-config.json index b8fd95db11..a0af8773cf 100644 --- a/tests/test-config.json +++ b/tests/test-config.json @@ -124,9 +124,7 @@ { "file": "test/e2e/app-dir/app-static/app-static.test.ts", "reason": "Uses CLI output", - "tests": [ - "app-dir static/dynamic handling should warn for too many cache tags" - ] + "tests": ["app-dir static/dynamic handling should warn for too many cache tags"] }, { "file": "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts",