Compare commits
1 Commits
2c6f38d159
...
405a8bd176
| Author | SHA1 | Date | |
|---|---|---|---|
| 405a8bd176 |
5
.github/workflows/lint-pr.yml
vendored
5
.github/workflows/lint-pr.yml
vendored
@ -13,7 +13,10 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- run: >-
|
- run: >-
|
||||||
npx commitlint
|
npx
|
||||||
|
--package @commitlint/cli
|
||||||
|
--package @commitlint/config-conventional
|
||||||
|
commitlint
|
||||||
-g .github/workflows/commitlint.config.js
|
-g .github/workflows/commitlint.config.js
|
||||||
--from ${{ gitea.event.pull_request.base.sha }}
|
--from ${{ gitea.event.pull_request.base.sha }}
|
||||||
--to ${{ gitea.event.pull_request.head.sha }}
|
--to ${{ gitea.event.pull_request.head.sha }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user