diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-03-27 16:44:34 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-03-27 16:44:34 +0100 |
| commit | 1dc1bdeed70a82a3bbe27ed262d966a39523c1ba (patch) | |
| tree | 0cc867972afa46bb0c45448d49303bf5201e8605 /.github/workflows/git-commit-message-style.yml | |
| parent | bfe549463397ffe9c66d8b2d2fa9f2161944998b (diff) | |
| parent | f63f3785fc917a88c42fd22decdc187cf1432fdd (diff) | |
| download | mullvadvpn-1dc1bdeed70a82a3bbe27ed262d966a39523c1ba.tar.xz mullvadvpn-1dc1bdeed70a82a3bbe27ed262d966a39523c1ba.zip | |
Merge remote-tracking branch 'origin/add-tidy-as-verb'
Diffstat (limited to '.github/workflows/git-commit-message-style.yml')
| -rw-r--r-- | .github/workflows/git-commit-message-style.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/git-commit-message-style.yml b/.github/workflows/git-commit-message-style.yml index c55a1b1bb7..2fdd56d03d 100644 --- a/.github/workflows/git-commit-message-style.yml +++ b/.github/workflows/git-commit-message-style.yml @@ -28,3 +28,5 @@ jobs: allow-one-liners: 'true' # This action defaults to 50 char subjects, but 72 is fine. max-subject-line-length: '72' + # The action's wordlist is a bit short. Add more accepted verbs + additional-verbs: 'tidy' |
