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:
|
||||
commitlint:
|
||||
name: Validate PR title
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -14,7 +13,6 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: lts/*
|
||||
cache: npm
|
||||
|
||||
- run: npm install -D @commitlint/cli @commitlint/config-conventional
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user