diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index 35aa22a..e71c0d1 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -6,7 +6,6 @@ on: jobs: commitlint: - name: Validate PR title runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -14,7 +13,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* - cache: npm - run: npm install -D @commitlint/cli @commitlint/config-conventional