Skip to content

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the gh-actions group across 1 directory #2795

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the gh-actions group across 1 directory

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the gh-actions group across 1 directory #2795

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # 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'