Skip to content

Update build.yml

Update build.yml #75

Workflow file for this run

name: nix flake check
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
trusted-public-keys = joinemm.cachix.org-1:aMZBO1baRjhaI5QzePLelFz/GJ82fZOjmiHQwCl1FxI=
substituters = https://joinemm.cachix.org
- name: Run nix flake check
run: nix flake check -v