Integrate Consensus PR 2141 (LeiosNotify: accept but ignore proper MsgLeiosBlockAnnouncement messages) #12396
Workflow file for this run
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: Check HLint | |
| on: | |
| pull_request: # Required for workflows to be able to be approved from forks | |
| merge_group: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| defaults: | |
| run: | |
| shell: bash | |
| steps: | |
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 | |
| with: | |
| persist-credentials: false | |
| - name: 'Set up HLint' | |
| uses: rwe/actions-hlint-setup@9f5da5e7cd43663fb7b2e2154a087c17f0471ed1 # v1 | |
| with: | |
| version: 3.8 | |
| - name: 'Run HLint' | |
| uses: rwe/actions-hlint-run@c178fa6263930e604e377a21ef54403306bdc1c7 # v2 |