✨ Adding empty checksumType checks on BMH to automatically detect hashing algorithm #2870
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: PR Verifier | |
permissions: {} | |
on: | |
pull_request_target: | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
verify: | |
name: verify PR contents | |
uses: metal3-io/project-infra/.github/workflows/pr-verifier.yaml@main |