Skip to content

Commit

Permalink
feat(ci): Remove format:check in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Luna committed Jan 28, 2024
1 parent f3c7aa8 commit c4e3c10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c4e3c10

Please sign in to comment.