Added environment and backup private keys if original is overriden #35
This file contains hidden or 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: Test format | |
| on: | |
| push: | |
| jobs: | |
| validate: | |
| name: Validate format | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Validate keyring from actual keys | |
| run: make ci/validate |