Skip to content

Revert "docker: temporarily pin crytic-compile @ 53167f3f3d63 (#912)" #1669

Revert "docker: temporarily pin crytic-compile @ 53167f3f3d63 (#912)"

Revert "docker: temporarily pin crytic-compile @ 53167f3f3d63 (#912)" #1669

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@v3
- name: Install Nix
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: HLint
run: |
nix-shell -p hlint --command 'hlint lib src'