diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-07-27 22:37:17 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-27 20:41:49 +0100 |
commit | 350fb0e3dbe085c4b7d96ac60e60e741cffda1ee (patch) | |
tree | 905adeff3e71e4361d893b38213441e170e1e5ef /.github/workflows/lintcommits.yml | |
parent | af3a26f4cc797e89f9c1f9041f00d2a1a4313487 (diff) | |
download | serenity-350fb0e3dbe085c4b7d96ac60e60e741cffda1ee.zip |
Meta: Bring lint-commit.sh up to date with the CI commit linter
This was missing 2 of the recently added checks. Also added a reminder
in the CI linter to update the Meta (commit hook) version.
Diffstat (limited to '.github/workflows/lintcommits.yml')
-rw-r--r-- | .github/workflows/lintcommits.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/lintcommits.yml b/.github/workflows/lintcommits.yml index 3c9a9363bf..116726344c 100644 --- a/.github/workflows/lintcommits.yml +++ b/.github/workflows/lintcommits.yml @@ -2,6 +2,8 @@ name: Commit linter on: [pull_request_target] +# Make sure to update Meta/lint-commit.sh to match this script when adding new checks! + jobs: lint_commits: runs-on: ubuntu-20.04 |