fixup! ci: add action-semantic-pull-request
This commit is contained in:
parent
65591b380b
commit
b3d5d4ade8
3
.github/workflows/commitlint.config.js
vendored
Normal file
3
.github/workflows/commitlint.config.js
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
extends: ["@commitlint/config-conventional"],
|
||||||
|
};
|
||||||
2
.github/workflows/lint-pr.yml
vendored
2
.github/workflows/lint-pr.yml
vendored
@ -16,8 +16,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
|
|
||||||
- run: npm install -g @commitlint/config-conventional
|
|
||||||
|
|
||||||
- run: >-
|
- run: >-
|
||||||
npx commitlint
|
npx commitlint
|
||||||
-g .github/workflows/commitlint.config.js
|
-g .github/workflows/commitlint.config.js
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user