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:
|
||||
test:
|
||||
runs-on: docker
|
||||
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…
Add table
Add a link
Reference in a new issue