diff --git a/.commitlintrc.js b/.commitlintrc.cjs similarity index 100% rename from .commitlintrc.js rename to .commitlintrc.cjs diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93c0cf4..ed87413 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install commitlint dependencies + run: npm install @commitlint/config-conventional + - name: Lint commit messages uses: wagoid/commitlint-github-action@v6 with: