actions: Run subject-line-length check even if the previous checks failed

So that we can see as many errors as possible at once.

Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
Tim Zhang 2020-08-13 19:37:15 +08:00
parent 9f0fef5add
commit 2889af7710

View File

@ -35,6 +35,7 @@ jobs:
commits: ${{ steps.get-pr-commits.outputs.commits }}
- name: Check Subject Line Length
if: ${{ success() || failure() }}
uses: tim-actions/commit-message-checker-with-regex@v0.3.1
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}