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:
|
||||
node-version: lts/*
|
||||
|
||||
- run: npm install -g @commitlint/config-conventional
|
||||
|
||||
- run: >-
|
||||
npx commitlint
|
||||
-g .github/workflows/commitlint.config.js
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user