Skip to content

Adapt to new hnix-store #386

Adapt to new hnix-store

Adapt to new hnix-store #386

Workflow file for this run

name: "Checking code"
on:
pull_request:
push:
branches:
- master
jobs:
build10:
name: "HLint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Installing'
uses: haskell/actions/hlint-setup@v2
with:
version: '3.5'
- name: 'Checking code'
uses: haskell/actions/hlint-run@v2
with:
path: .
fail-on: warning