Skip to content

Commit

Permalink
build: workaround some commitlint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 8, 2022
1 parent 2fd1574 commit a202f4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -40,7 +40,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # for commit linting
# Hiding tsconfig.json to workaround
# https://github.com/conventional-changelog/commitlint/issues/3256
- run: mv tsconfig.json tsconfig.json.nope
- uses: wagoid/commitlint-github-action@v5
- run: mv tsconfig.json.nope tsconfig.json
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit a202f4b

Please sign in to comment.