CI: lint good keys with sequoia-keyring-linter #62
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 1 * *' | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Test | |
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 |