Skip to content

ci: remove valgrind from devShell #3

ci: remove valgrind from devShell

ci: remove valgrind from devShell #3

Workflow file for this run

name: Nix
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |-
extra-experimental-features = nix-command flakes impure-derivations ca-derivations
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check