Skip to content

build(deps): bump cachix/install-nix-action from V27 to 28 #462

build(deps): bump cachix/install-nix-action from V27 to 28

build(deps): bump cachix/install-nix-action from V27 to 28 #462

Workflow file for this run

name: hlint
on:
push:
pull_request:
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Set up HLint'
uses: haskell-actions/hlint-setup@v2
with:
version: '3.5'
- name: 'Run HLint'
uses: haskell-actions/hlint-run@v2
with:
path: '["XMonad/", "tests/", "scripts/"]'
fail-on: status