Skip to content

Allow to disable testing of view/pure function, except prefix ones in property mode #2803

Allow to disable testing of view/pure function, except prefix ones in property mode

Allow to disable testing of view/pure function, except prefix ones in property mode #2803

Workflow file for this run

name: HLint
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Install Nix
uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: HLint
run: |
nix-shell -p hlint --command 'hlint lib src'