Skip to content

Commit

Permalink
Merge branch 'main' into maureen_topic5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyo5hi authored May 1, 2024
2 parents be84961 + 6003f4a commit eee50bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install commitlint
run: |
npm install conventional-changelog-conventionalcommits
npm install commitlint@latest
- name: Validate PR title with commitlint
if: github.event_name == 'pull_request'
run: echo ${{ github.event.pull_request.title }} | npx commitlint --verbose
run: echo '${{ github.event.pull_request.title }}' | npx commitlint --verbose

0 comments on commit eee50bd

Please sign in to comment.