Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli committed Jul 24, 2024
1 parent b39d3ae commit 9dd3ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
npm install conventional-changelog-conventionalcommits
npm install commitlint@latest
echo "export default { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js
- name: "Lint: Pull request title"
env:
PR_TITLE: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit 9dd3ca0

Please sign in to comment.