From c92833a88008b0e7a4e8f79d59440c52c994320a Mon Sep 17 00:00:00 2001 From: hyiso Date: Sat, 15 Jul 2023 13:51:01 +0800 Subject: [PATCH] This commit should failed --- .github/workflows/pr_commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_commits.yml b/.github/workflows/pr_commits.yml index b088e19..a13f12f 100644 --- a/.github/workflows/pr_commits.yml +++ b/.github/workflows/pr_commits.yml @@ -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 \ No newline at end of file + run: VERBOSE=true dart run commitlint_cli --from="${{ github.base_ref }}" --to="${{ github.head_ref }}" --config lib/commitlint.yaml \ No newline at end of file