Add metadata validation, hash checking, and URL support to stake-pool registration-certificate
, and hash checking and URL support to stake-pool metadata-hash
#3730
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: Check HLint | |
on: | |
merge_group: | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
shell: bash | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: haskell-actions/hlint-scan@v1 |