Update MK-002 #64
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: Verify Keys | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
workflow_dispatch: | |
jobs: | |
verify_keys: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: install dependencies | |
run: | | |
sudo apt-get -y update | |
sudo apt-get -y install fastd | |
- name: verify fastd config | |
run: ./.verify.sh | |
- name: verify fastd keys | |
run: ./.check.py |