Skip to content

Commit

Permalink
This commit should failed
Browse files Browse the repository at this point in the history
  • Loading branch information
hyiso committed Jul 15, 2023
1 parent d829476 commit c92833a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
run: dart pub get

- name: Validate PR Commits
run: dart run commitlint_cli --from="${{ github.base_ref }}" --to="${{ github.head_ref }}" --config lib/commitlint.yaml
run: VERBOSE=true dart run commitlint_cli --from="${{ github.base_ref }}" --to="${{ github.head_ref }}" --config lib/commitlint.yaml

0 comments on commit c92833a

Please sign in to comment.