Skip to content

chore: unfork + Yarn v4 #311

chore: unfork + Yarn v4

chore: unfork + Yarn v4 #311

Workflow file for this run

name: 'Check Semantic Commit'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: false