Skip to content

remove duplicate check gh action #7

remove duplicate check gh action

remove duplicate check gh action #7

Workflow file for this run

name: "Cachix Magic Nix Build Cache"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- run: nix-build
- run: nix-shell --run "echo OK"