Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
fix: resolve review
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Mar 11, 2022
1 parent 5bb7d82 commit a715c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pull_request_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a715c8a

Please sign in to comment.