parent
3db7b76026
commit
6a0ae96910
1 changed files with 16 additions and 2 deletions
|
@ -1,6 +1,20 @@
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- trunk
|
||||||
|
schedule:
|
||||||
|
- cron: '0 2 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo Running!?
|
- name: clone repo
|
||||||
|
run: |
|
||||||
|
git clone https://git.collective-conciousness.monster/Ittihadyya/adyya-flake.git
|
||||||
|
cd adyya-flake/
|
||||||
|
- name: update flake
|
||||||
|
run: |
|
||||||
|
nix flake update
|
||||||
|
- name:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue