Skip to content

Commit

Permalink
chore(terra-draw): ensure that local version of commit lint is used (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLMilner authored Jan 19, 2025
1 parent b2b1a81 commit 5ec8e39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commit-lint-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "22.x"
- name: Install packages
run: npm ci
- name: PR Conventional Commit Validation Against Commit Lint Config
env:
TITLE: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit 5ec8e39

Please sign in to comment.