Skip to content

Commit

Permalink
CI: lint good keys with sequoia-keyring-linter
Browse files Browse the repository at this point in the history
This fails if it finds SHA1, can't hurt.
  • Loading branch information
lazka committed Dec 8, 2023
1 parent 0421059 commit 9894eb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
run: |
./update-keys
git diff --exit-code
- name: Lint keys
run: |
cargo install sequoia-keyring-linter
sequoia-keyring-linter packager/* master/Elieux.asc master/lazka.asc

0 comments on commit 9894eb5

Please sign in to comment.