Skip to content

ENH: Update "commit-message" workflow to use dedicated GitHub action #1

ENH: Update "commit-message" workflow to use dedicated GitHub action

ENH: Update "commit-message" workflow to use dedicated GitHub action #1

Workflow file for this run

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:
name: Check Commit Message
uses: Slicer/slicer-check-commit-message-action@26db1d4a0580194025a00bff6f5c24a88c0efb9f # v1.0.0

Check failure on line 20 in .github/workflows/commit-message.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/commit-message.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
token: ${{ secrets.GITHUB_TOKEN }}