Skip to content

fix: add execute permission to run-hook.cmd #12

fix: add execute permission to run-hook.cmd

fix: add execute permission to run-hook.cmd #12

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
validate:
permissions:
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # v5
env:
# Required: token isn't auto-injected into env, must be passed explicitly
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
GITHUB_TOKEN: ${{ github.token }}