Skip to content

WIP: UTxO-HD targeting main #1365

WIP: UTxO-HD targeting main

WIP: UTxO-HD targeting main #1365

Workflow file for this run

name: Check HLint
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
merge_group:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get -y install libtinfo5
- name: 'Set up HLint'
uses: haskell-actions/hlint-setup@v2
with:
version: 3.8
- name: 'Run HLint'
uses: haskell-actions/hlint-run@v2
with:
fail-on: warning