Skip to content

Commit

Permalink
chore: fix check pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Apr 19, 2024
1 parent df416c6 commit 8142954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
node-version: ${{ needs.prepare.outputs.node-version }}
cache: ${{ needs.prepare.outputs.enable-cache == 'yes' && 'npm' || '' }}

- name: Commit lint PR title
run: echo "${{ github.event.pull_request.title }}" | npx --no-install commitlint -g commitlint.config.js

- name: Install dependencies
run: npm ci --ignore-scripts

- name: Commit lint PR title
run: echo "${{ github.event.pull_request.title }}" | npx --no-install commitlint -g commitlint.config.js

- name: Build lib
run: npm run build:dev

Expand Down

0 comments on commit 8142954

Please sign in to comment.