Skip to content

Commit 723f77b

Browse files
committed
ci(lint): enforce commit signature on PR commits
The signature check was disabled while it required a local keyring. Since v0.20.0 it resolves the author through the GitHub API and verifies against the user's published GPG/SSH keys, so the action now works in plain CI without setup. Drop the disable so PRs are required to be signed. Signed-off-by: Nerijus Bendžiūnas <nerijus.bendziunas@gmail.com>
1 parent bed69ee commit 723f77b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/lint-commits.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ jobs:
2525
uses: benner/commit-guard@cab0d35c41a3f99fc5f61895f491d0ce3f5aff1c # v0.20.0
2626
with:
2727
range: origin/${{ github.base_ref }}..HEAD
28-
disable: signature

0 commit comments

Comments
 (0)