Skip to content

cardano-tracer: Allow switching EKG service between different nodes. #8284

cardano-tracer: Allow switching EKG service between different nodes.

cardano-tracer: Allow switching EKG service between different nodes. #8284

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