diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5b896229..3676aa7b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}