parent
28c6677971
commit
73c98f9351
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue