From f3c7aa8d1e4cba59429dde0681c30b148083742a Mon Sep 17 00:00:00 2001 From: Felipe Luna Date: Sun, 28 Jan 2024 16:20:48 -0300 Subject: [PATCH 1/2] feat(ci): add format:check in pipeline --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a6a107..1474ba7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - uses: nrwl/nx-set-shas@v3 - run: npm ci + - run: npx nx format:check - run: npx nx affected -t lint --parallel=3 - run: npx nx affected -t test --parallel=3 --configuration=ci - run: npx nx affected -t build --parallel=3 \ No newline at end of file From c4e3c1060c8e62c9fe367f194aa415e3ec7f52da Mon Sep 17 00:00:00 2001 From: Felipe Luna Date: Sun, 28 Jan 2024 16:40:50 -0300 Subject: [PATCH 2/2] feat(ci): Remove format:check in pipeline --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1474ba7..5a6a107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: - uses: nrwl/nx-set-shas@v3 - run: npm ci - - run: npx nx format:check - run: npx nx affected -t lint --parallel=3 - run: npx nx affected -t test --parallel=3 --configuration=ci - run: npx nx affected -t build --parallel=3 \ No newline at end of file