We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a13577 commit f1d4f2eCopy full SHA for f1d4f2e
.github/workflows/pr.yml
@@ -4,16 +4,10 @@ on:
4
types: ["opened", "edited", "reopened", "synchronize"]
5
6
jobs:
7
- check-title:
8
- runs-on: ubuntu-20.04
+ commitlint:
+ runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3.2.0
11
- - uses: pnpm/action-setup@v2.2.4
12
- - name: Use Node.js
13
- uses: actions/setup-node@v3.5.1
+ - uses: actions/checkout@v3
14
with:
15
- node-version: 17
16
- check-latest: true
17
- cache: "pnpm"
18
- - run: pnpm install
19
- - run: echo '${{ github.event.pull_request.title }}' | pnpm commitlint
+ fetch-depth: 0
+ - uses: wagoid/commitlint-github-action@v3
0 commit comments