-
Notifications
You must be signed in to change notification settings - Fork 22
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
2805ba9
commit f615c55
Showing
4 changed files
with
11 additions
and
21 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
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 |
---|---|---|
|
@@ -18,27 +18,17 @@ on: | |
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
pnpm-version: | ||
- 7 | ||
node-version: | ||
- 18 | ||
package: | ||
- capabilities | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: ${{ matrix.pnpm-version }} | ||
version: 7 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
node-version: 18 | ||
cache: 'pnpm' | ||
- run: pnpm install | ||
- name: Typecheck | ||
uses: gozala/[email protected] | ||
with: | ||
project: packages/${{matrix.package}}/tsconfig.json | ||
- run: pnpm -r --filter @web3-storage/${{matrix.package}} run lint | ||
- run: pnpm -r --filter @web3-storage/${{matrix.package}} run test | ||
- run: pnpm run build | ||
- run: pnpm -r --filter @web3-storage/capabilities run lint | ||
- run: pnpm -r --filter @web3-storage/capabilities run test | ||
- run: pnpm -r --filter @web3-storage/capabilities exec depcheck |
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