Skip to content

chore(deps): Bump org.junit:junit-bom from 5.13.1 to 5.13.2 in the java group #67

chore(deps): Bump org.junit:junit-bom from 5.13.1 to 5.13.2 in the java group

chore(deps): Bump org.junit:junit-bom from 5.13.1 to 5.13.2 in the java group #67

Workflow file for this run

name: commit-msg
on:
pull_request:
types:
- edited
- opened
- reopened
- synchronize
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint pull request title
uses: extenda/actions/commitlint@v0
with:
message: ${{ github.event.pull_request.title }}
- name: Lint commit messages
if: always()
uses: extenda/actions/commitlint@v0
with:
relaxed: ${{ contains(job.status, 'success') }}