nix-config/.forgejo/workflows/test.yml
KoenDR06 89b2ab5f4a
Some checks failed
/ test (push) Failing after 1m49s
test
2026-02-10 18:08:39 +01:00

12 lines
348 B
YAML

on: [push]
# schedule:
# - cron: "0 3 * * sun" # Runs every 3AM on sunday
jobs:
test:
runs-on: nixos
steps:
- uses: actions/checkout@v4
- run: nix flake update --extra-experimental-features nix-command --extra-experimental-features flakes
- run: git commit flake.lock -m "Update flake.lock"
- run: git push