forked from wso2/identity-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b45622
commit 1dd9129
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,10 @@ jobs: | |
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: 🐳 Set SHAs for Nx | ||
id: set-shas | ||
uses: nrwl/nx-set-shas@v3 | ||
|
||
- name: 🥡 Setup pnpm | ||
id: setup-pnpm | ||
uses: pnpm/[email protected] | ||
|
@@ -64,7 +68,7 @@ jobs: | |
- name: ⏳ Lint All Files | ||
id: lint-with-eslint | ||
run: pnpm lint | ||
run: pnpm nx affected --target=lint --parallel=3 | ||
|
||
typecheck: | ||
name: ʦ Typecheck (STATIC ANALYSIS) | ||
|
@@ -83,6 +87,10 @@ jobs: | |
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: 🐳 Set SHAs for Nx | ||
id: set-shas | ||
uses: nrwl/nx-set-shas@v3 | ||
|
||
- name: 🥡 Setup pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
|
@@ -112,7 +120,7 @@ jobs: | |
run: pnpm build:modules | ||
|
||
- name: ☄️ Check Type Errors | ||
run: pnpm typecheck | ||
run: pnpm nx affected --target=typecheck --parallel=3 | ||
|
||
test: | ||
name: 👾 Unit Test (TESTING) | ||
|
@@ -132,6 +140,10 @@ jobs: | |
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: 🐳 Set SHAs for Nx | ||
id: set-shas | ||
uses: nrwl/nx-set-shas@v3 | ||
|
||
- name: 🥡 Setup pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
|