Skip to content

perf: cache corpus selection as prefix sums and generate fillers on demand #2922

perf: cache corpus selection as prefix sums and generate fillers on demand

perf: cache corpus selection as prefix sums and generate fillers on demand #2922

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install Nix
uses: cachix/install-nix-action@13d8dd58da0234aa297dedd986986ccb8e7f3e24 # v31.11.1
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: HLint
run: |
nix-shell -p hlint --command 'hlint lib src'