Skip to content

Commit

Permalink
testing if it will catch
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudBeard committed May 28, 2024
1 parent 382e636 commit 9d2ddf6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ jobs:
run: npm install --save-dev @commitlint/{config-conventional,cli}

- name: Lint PR title
env:
TITLE: ${{ github.event.pull_request.title }}
run: echo "$TITLE" | npx commitlint
run: echo "${{ github.event.pull_request.title }}" | npx commitlint

0 comments on commit 9d2ddf6

Please sign in to comment.