mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
refactor: use commitlint yml config file
This commit is contained in:
parent
36b58abdf3
commit
48559f2d1e
|
@ -1 +0,0 @@
|
||||||
module.exports = { extends: ['@commitlint/config-conventional'] };
|
|
3
.commitlintrc.yml
Normal file
3
.commitlintrc.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
extends:
|
||||||
|
- '@commitlint/config-conventional'
|
2
.github/workflows/commits.yml
vendored
2
.github/workflows/commits.yml
vendored
|
@ -10,3 +10,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: wagoid/commitlint-github-action@v2
|
- uses: wagoid/commitlint-github-action@v2
|
||||||
|
with:
|
||||||
|
configFile: './.commitlintrc.yml'
|
||||||
|
|
Loading…
Reference in a new issue