From c4e3c1060c8e62c9fe367f194aa415e3ec7f52da Mon Sep 17 00:00:00 2001 From: Felipe Luna Date: Sun, 28 Jan 2024 16:40:50 -0300 Subject: [PATCH] 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