Skip to content

Commit

Permalink
fix: update commitlint to not use abandoned node (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollstrecker committed Mar 8, 2024
1 parent a99c80c commit 5005e6d
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,5 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14.x

- name: Install dependencies
run: npm install -g @commitlint/cli @commitlint/config-conventional

- name: Validate all commits from PR
run: |
npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v5

0 comments on commit 5005e6d

Please sign in to comment.