Skip to content

Commit

Permalink
fix: this?
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuuus committed Feb 3, 2025
1 parent dbff67b commit 421330b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9.1.4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: echo "${{ github.event.pull_request.title }}" | pnpm commitlint

0 comments on commit 421330b

Please sign in to comment.