Skip to content

fix(server): issue with phone not being found when using unique after… #6

fix(server): issue with phone not being found when using unique after…

fix(server): issue with phone not being found when using unique after… #6

Workflow file for this run

name: Commit Check
on:
push:
pull_request:
branches: 'main'
jobs:
commit-check:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: commit-check/commit-check-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: true
branch: false
author-name: false
author-email: false
commit-signoff: false
merge-base: false
job-summary: true
pr-comments: ${{ github.event_name == 'pull_request' }}