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