Skip to content

chore(deps): bump commit-check from 0.8.3 to 0.8.4 #319

chore(deps): bump commit-check from 0.8.3 to 0.8.4

chore(deps): bump commit-check from 0.8.3 to 0.8.4 #319

Workflow file for this run

name: Commit Check
on:
pull_request:
branches: 'main'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
repository-projects: write
jobs:
commit-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./ # self test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # used by `pr-comments`
with:
message: true
branch: true
author-name: true
author-email: true
commit-signoff: true
job-summary: true
pr-comments: true