Skip to content

Commit

Permalink
fix: quick fix for injection
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudBeard committed May 28, 2024
1 parent 5ff3370 commit 90fb5bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
run: npm install --save-dev @commitlint/{config-conventional,cli}

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

0 comments on commit 90fb5bb

Please sign in to comment.