Skip to content

fixup! wip gha

fixup! wip gha #6

Workflow file for this run

name: Build
on:
workflow_dispatch: # allows manual triggering
push:
# schedule:
# - cron: "0 0 * * 0" # runs weekly on Sunday at 00:00
jobs:
check:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v4
# - uses: cachix/install-nix-action@v25
# - uses: DeterminateSystems/nix-installer-action@e279ba56d8266c08a0e65738145aabb824f308ed # pin@main
- name: List files
run: ls
- name: Run `nix flake check`
run: nix flake check