This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
-
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
Tom
committed
Mar 11, 2022
1 parent
5bb7d82
commit a715c8a
Showing
2 changed files
with
2 additions
and
14 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 |
---|---|---|
|
@@ -13,23 +13,19 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 6.16.0 | ||
- name: Use Node.js | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
cache: 'pnpm' | ||
- run: pnpm install | ||
- run: pnpm run build | ||
- run: pnpm tsc --noEmit || true | ||
- run: pnpm tsc --noEmit | ||
lint: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 6.16.0 | ||
- name: Use Node.js | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -47,8 +43,6 @@ jobs: | |
with: | ||
fetch-depth: "0" | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 6.16.0 | ||
- name: Use Node.js | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -66,8 +60,6 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 6.16.0 | ||
- name: Use Node.js | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -87,8 +79,6 @@ jobs: | |
fetch-depth: 0 | ||
persist-credentials: false | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 6.16.0 | ||
- name: Use Node.js | ||
uses: actions/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -10,12 +10,10 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 6.16.0 | ||
- name: Use Node.js | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 17 | ||
node-version: 16 | ||
cache: 'pnpm' | ||
- run: pnpm install | ||
- run: echo '${{ github.event.pull_request.title }}' | pnpm commitlint |