Skip to content

Merge pull request #19 from input-output-hk/mgalazyn/initial-setup-local #85

Merge pull request #19 from input-output-hk/mgalazyn/initial-setup-local

Merge pull request #19 from input-output-hk/mgalazyn/initial-setup-local #85

Workflow file for this run

name: Check HLint
on:
push:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install dependencies
run: |
sudo apt-get -y install libtinfo5
- name: 'Set up HLint'
uses: rwe/actions-hlint-setup@v1
with:
version: 3.3
- name: 'Run HLint'
uses: rwe/actions-hlint-run@v2