diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6593650..d1214d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,11 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v6 + - uses: actions/setup-node@v6 with: - failOnWarnings: false + node-version: lts/* + - run: npm install --no-save @commitlint/cli @commitlint/config-conventional + - run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose lint: name: Lint (ruff)