fixup! ci: add action-semantic-pull-request
This commit is contained in:
parent
76196661ac
commit
01a9f4109d
2
.github/workflows/lint-pr.yml
vendored
2
.github/workflows/lint-pr.yml
vendored
@ -6,7 +6,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
commitlint:
|
commitlint:
|
||||||
name: Validate PR title
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -14,7 +13,6 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
cache: npm
|
|
||||||
|
|
||||||
- run: npm install -D @commitlint/cli @commitlint/config-conventional
|
- run: npm install -D @commitlint/cli @commitlint/config-conventional
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user