Skip to content

Check global flake #106

Check global flake

Check global flake #106

Workflow file for this run

run-name: Check global flake
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build Nix targets
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4
with:
send-statistics: false
fail-mode: true