diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b16873..dbb07d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,9 @@ jobs: run: rm tsconfig.json || true # https://github.com/wagoid/commitlint-github-action/issues/560#issuecomment-1277659864 - name: Check commit message - uses: wagoid/commitlint-github-action@v5 + uses: wagoid/commitlint-github-action@v6 with: - configFile: commitlint.config.js + configFile: commitlint.config.cjs failOnWarnings: false helpURL: https://github.com/ducktors/turborepo-remote-cache#how-to-commit diff --git a/commitlint.config.js b/commitlint.config.cjs similarity index 100% rename from commitlint.config.js rename to commitlint.config.cjs