mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-25 19:14:50 -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:
|
||||
fetch-depth: 0
|
||||
- uses: wagoid/commitlint-github-action@v2
|
||||
with:
|
||||
configFile: './.commitlintrc.yml'
|
||||
|
|
Loading…
Reference in a new issue