diff options
| author | Nikolay Yakimov <root@livid.pp.ru> | 2020-05-26 08:07:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-25 22:07:24 -0700 |
| commit | 52a73abfe407317c32eb8d0f839e01c584b9e9d4 (patch) | |
| tree | 5d6dde56d360d2d6ade96303920e7e7c11aff9b3 /.github/workflows/ci.yml | |
| parent | 46cb70a30c18a8d2a85dab135ed75cc44d722458 (diff) | |
[CI] broken commit message length test (#6398)
* [CI] Fix commit message length check
* [CI] Smarter commit message length check
* [CI] Fix commit message length check for new branches
* [CI] Output offending commits
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eeb2f086..05bb75f7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,16 +58,6 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Check commit message - run: | - # Get last commit message - if git log -1 --pretty=format:"%s" --no-merges | grep -E -c "^[^#].{78}"; then - echo "Last commit log contains a line with more than 78 characters." - exit 1 - else - echo "Commit log looks good." - fi - # declare/restore cached things # caching doesn't work for scheduled runs yet # https://github.com/actions/cache/issues/63 |
