nix-config/.forgejo/workflows/test.yml
KoenDR06 73c98f9351
Some checks failed
/ test (push) Failing after 3s
test
2026-02-10 18:01:46 +01:00

12 lines
269 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
- run: git commit flake.lock -m "Update flake.lock"
- run: git push