Skip to content

Commit

Permalink
fix(repo): Remove formatting from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 13, 2022
1 parent 070133f commit 1568a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: npx nx run design-system-tokens:build:open-system

- run: npx nx workspace-lint
- run: npx nx format:check
# - run: npx nx format:check
- run: npx nx affected --target=lint --parallel=3
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage
- run: npx nx affected --target=build --parallel=3
Expand Down

0 comments on commit 1568a14

Please sign in to comment.