Skip to content

build(deps): bump the gh-actions group with 3 updates #2814

build(deps): bump the gh-actions group with 3 updates

build(deps): bump the gh-actions group with 3 updates #2814

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
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'