mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 08:47:36 +00:00
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.
This commit is contained in:
parent
af3a26f4cc
commit
350fb0e3db
2 changed files with 9 additions and 1 deletions
2
.github/workflows/lintcommits.yml
vendored
2
.github/workflows/lintcommits.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue