Skip to content

fix: PR from fork

fix: PR from fork #15

Workflow file for this run

on:
pull_request:
branches: [ "main" ]
types: [opened, synchronize]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/[email protected]
- name: Get Dependencies
run: dart pub get
- name: Validate PR Commits
run: VERBOSE=true dart run commitlint_cli --from=${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to=${{ github.event.pull_request.head.sha }} --config lib/commitlint.yaml