Skip to content

COMP: Bump the actions group across 1 directory with 2 updates #119

COMP: Bump the actions group across 1 directory with 2 updates

COMP: Bump the actions group across 1 directory with 2 updates #119

name: "Commit Message Check"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
push:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
check-commit-message:
runs-on: ubuntu-latest
steps:
- name: Check Commit Message
uses: Slicer/slicer-check-commit-message-action@26db1d4a0580194025a00bff6f5c24a88c0efb9f # v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}