-
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.
Merge branch 'main' into turbo-module/release-a1540aa80ee4
- Loading branch information
Showing
6 changed files
with
27 additions
and
48 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 |
---|---|---|
|
@@ -15,24 +15,12 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
jobs: | ||
unimported: | ||
name: Check unimported | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: whopio/[email protected] | ||
with: | ||
token: ${{ github.token }} | ||
projects: "packages/action,packages/create-turbo-module,packages/turbo-module" | ||
|
||
install: | ||
name: Install node modules | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: pnpm/action-setup@v2 | ||
with: | ||
version: 8.15.5 | ||
- uses: pnpm/action-setup@v4 | ||
- name: Setup node | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -41,16 +29,14 @@ jobs: | |
cache: pnpm | ||
- name: Install all packages | ||
run: pnpm install | ||
|
||
lint: | ||
name: Lint repository | ||
needs: install | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: pnpm/action-setup@v2 | ||
with: | ||
version: 8.15.5 | ||
- uses: pnpm/action-setup@v4 | ||
- name: Setup node | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -68,9 +54,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: pnpm/action-setup@v2 | ||
with: | ||
version: 8.15.5 | ||
- uses: pnpm/action-setup@v4 | ||
- name: Setup node | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -88,9 +72,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: pnpm/action-setup@v2 | ||
with: | ||
version: 8.15.5 | ||
- uses: pnpm/action-setup@v4 | ||
- name: Setup node | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -101,4 +83,3 @@ jobs: | |
run: pnpm install | ||
- name: Build packages | ||
run: pnpm turbo test | ||
|
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
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 |
---|---|---|
|
@@ -20,5 +20,5 @@ | |
"node": ">=18.0.0" | ||
}, | ||
"dependencies": {}, | ||
"packageManager": "pnpm@8.5.15" | ||
"packageManager": "pnpm@8.15.8" | ||
} |
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
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 |
---|---|---|
|
@@ -11,22 +11,12 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
jobs: | ||
unimported: | ||
name: Check unimported | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: whopio/[email protected] | ||
with: | ||
token: ${{ github.token }} | ||
projects: "packages/$$NAME" | ||
|
||
install: | ||
name: Install node modules | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: pnpm/action-setup@v2 | ||
- uses: pnpm/action-setup@v4 | ||
with: | ||
version: 7.13.6 | ||
- name: Setup node | ||
|
@@ -44,7 +34,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: pnpm/action-setup@v2 | ||
- uses: pnpm/action-setup@v4 | ||
with: | ||
version: 7.13.6 | ||
- name: Setup node | ||
|
@@ -64,7 +54,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: pnpm/action-setup@v2 | ||
- uses: pnpm/action-setup@v4 | ||
with: | ||
version: 7.13.6 | ||
- name: Setup node | ||
|
@@ -84,7 +74,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: pnpm/action-setup@v2 | ||
- uses: pnpm/action-setup@v4 | ||
with: | ||
version: 7.13.6 | ||
- name: Setup node | ||
|
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