Testing-git/.forgejo/workflows/nix-check.yaml
Bart Koolen 8e57d318ae
Some checks failed
Git Backup to WebDAV / print-content (push) Failing after 9s
/ print-content (push) Successful in 5s
Added nix check workflow
2026-04-16 10:49:44 +02:00

11 lines
194 B
YAML

on: [push]
jobs:
print-content:
runs-on: nix-runner
steps:
- name: checkout code
uses: actions/checkout@v4
- name: run nix store info
run: nix store info