Skip to content

Commit

Permalink
ci(commitlint): add configFile option
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Mar 20, 2024
1 parent b152237 commit 0f05290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:

- name: Lint
uses: wagoid/commitlint-github-action@v5
with:
configFile: commitlint.config.ts
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"type": "module",
"types": "index.d.ts",
"exports": {
".": "./index.js",
"./*": "./commitlint.config.ts"
".": "./index.js"
},
"files": [
"index.d.ts",
Expand Down

0 comments on commit 0f05290

Please sign in to comment.