test
Some checks failed
/ test (push) Failing after 3s

This commit is contained in:
KoenDR06 2026-02-10 18:01:46 +01:00
parent 28c6677971
commit 73c98f9351

View file

@ -1,8 +1,12 @@
on: [push]
# schedule:
# - cron: "0 3 * * sun" # Runs every 3AM on sunday
jobs:
test:
runs-on: nixos
steps:
- run: echo foobar4 All good!
- uses: actions/checkout@v4
- run: ls -la
- run: nix flake update
- run: git commit flake.lock -m "Update flake.lock"
- run: git push