We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f741e45 commit a40e39dCopy full SHA for a40e39d
.github/workflows/pr_commits.yml
@@ -18,4 +18,4 @@ jobs:
18
run: dart pub get
19
20
- name: Validate PR Commits
21
- run: VERBOSE=true dart run commitlint_cli --from="origin/${{ github.base_ref }}" --to="${{ github.head_ref }}" --config lib/commitlint.yaml
+ 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
0 commit comments