summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Bulhak <andrew.bulhak@mullvad.net>2024-03-27 16:06:59 +0100
committerAndrew Bulhak <andrew.bulhak@mullvad.net>2024-03-27 16:06:59 +0100
commit9a59e5985b1add4961b0d269b906618273795a34 (patch)
tree04cabc964e6e6c37f9a861a66582cfdf991862cd
parentbfe549463397ffe9c66d8b2d2fa9f2161944998b (diff)
downloadmullvadvpn-9a59e5985b1add4961b0d269b906618273795a34.tar.xz
mullvadvpn-9a59e5985b1add4961b0d269b906618273795a34.zip
Add "tidy" as an imperative verbAdd-imperative-verb-tidy
-rw-r--r--.github/workflows/git-commit-message-style.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/git-commit-message-style.yml b/.github/workflows/git-commit-message-style.yml
index c55a1b1bb7..00d2b5ba41 100644
--- a/.github/workflows/git-commit-message-style.yml
+++ b/.github/workflows/git-commit-message-style.yml
@@ -28,3 +28,6 @@ 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'
+