Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 86dc279

Browse files
committed
1 parent e2a5d59 commit 86dc279

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,18 @@ jobs:
2626
node-version: "lts/*"
2727
registry-url: "https://registry.npmjs.org"
2828

29+
# Temprary fix for https://github.com/wagoid/commitlint-github-action/issues/617 &
30+
# https://github.com/wagoid/commitlint-github-action/issues/560
31+
- run: mv tsconfig.json __tsconfig.json__
32+
2933
- name: Lint commit message
3034
env:
3135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3236
uses: wagoid/[email protected]
3337

38+
# Revert fix
39+
- run: mv __tsconfig.json__ tsconfig.json
40+
3441
- name: Install
3542
run: npm run bootstrap:ci
3643

0 commit comments

Comments
 (0)