Skip to content

Bump cachix/install-nix-action from 22 to 23 (#1112) #1670

Bump cachix/install-nix-action from 22 to 23 (#1112)

Bump cachix/install-nix-action from 22 to 23 (#1112) #1670

Workflow file for this run

name: HLint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: HLint
run: |
nix-shell -p hlint --command 'hlint lib src'