Skip to content

Commit

Permalink
ci: fix commitlint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed May 3, 2023
1 parent 445b091 commit 5074208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
# Issue: https://github.com/conventional-changelog/commitlint/issues/3256
- name: 🐛 Fix conventional-changelog/commitlint#3256 issue
run: rm tsconfig.json
- name: 🧫 Run commitlint
uses: wagoid/commitlint-github-action@v5

0 comments on commit 5074208

Please sign in to comment.