again!
Some checks failed
/ nix fmt (push) Has been cancelled

This commit is contained in:
Ittihadyya 2024-11-26 13:30:38 +02:00
parent 3db7b76026
commit 6a0ae96910

View file

@ -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: