Skip to content

Update to cardano-ledger-conway-1.17.4 and cardano-node-10.1.4 #8812

Update to cardano-ledger-conway-1.17.4 and cardano-node-10.1.4

Update to cardano-ledger-conway-1.17.4 and cardano-node-10.1.4 #8812

Workflow file for this run

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@v3
- name: Install dependencies
run: |
sudo apt-get -y install libtinfo5
- name: 'Set up HLint'
uses: rwe/actions-hlint-setup@v1
with:
version: 3.5
- name: 'Run HLint'
uses: rwe/actions-hlint-run@v2