chore(core): run workspace-lint in ci (#7631)

This commit is contained in:
James Henry 2021-11-08 18:29:04 +00:00 committed by GitHub
parent 9eb3ac58e9
commit 36a81b7c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -219,6 +219,7 @@ commands:
- run: - run:
name: Run Linting name: Run Linting
command: | command: |
npx nx workspace-lint
npx nx affected --target=lint --base=$NX_BASE --head=$NX_HEAD --parallel --max-parallel=4 npx nx affected --target=lint --base=$NX_BASE --head=$NX_HEAD --parallel --max-parallel=4
- when: - when:
condition: condition:

View File

@ -1,6 +1,6 @@
{ {
"root": "/nx-dev/ui/sponsor-card", "root": "nx-dev/ui/sponsor-card",
"sourceRoot": "/nx-dev/ui/sponsor-card/src", "sourceRoot": "nx-dev/ui/sponsor-card/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],
"targets": { "targets": {