nixos-config/.forgejo/workflows/demo.yaml
Christoph Hollizeck 274ca1c22c
Some checks failed
/ test (push) Failing after 1s
Update .forgejo/workflows/demo.yaml
2024-12-28 11:00:44 +01:00

17 lines
187 B
YAML

on:
schedule:
- cron: 0 3 * * *
push:
jobs:
test:
runs-on: native
steps:
- uses: actions/checkout@v3
- run: ls -la
- run: nix build .#loptland