rogeruiz is verifying the validity of current commit #28
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: Verifying the latest commit | |
| run-name: ${{ github.actor }} is verifying the validity of current commit | |
| on: [push] | |
| jobs: | |
| check-sha: | |
| runs-on: ubuntu-latest | |
| name: Check the SHA of the latest commit | |
| steps: | |
| - name: Checkout the code | |
| uses: actions/checkout@v5 | |
| - name: Run repasar on the latest SHA | |
| uses: rogeruiz/[email protected] | |
| with: | |
| allowed-signers-file-path: ./.github/allowed_signers | |
| fail-on-unverified: true |