Skip to content

fix(deps): update junit-framework monorepo to v6.1.2 #61

fix(deps): update junit-framework monorepo to v6.1.2

fix(deps): update junit-framework monorepo to v6.1.2 #61

name: Conventional Commits
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
contents: read
jobs:
validate:
name: Validate commit messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
persist-credentials: false
- name: Check commit messages
env:
BASE_REF: ${{ github.base_ref }}
run: .github/scripts/validate-commits.sh "$BASE_REF"