adyya-flake/.forgejo/workflows/flake-update.yaml
Workflow config file is invalid. Please check your config file: yaml: line 13: could not find expected ':'
Ittihadyya 6a0ae96910
Some checks failed
/ nix fmt (push) Has been cancelled
again!
2024-11-26 13:30:38 +02:00

20 lines
No EOL
361 B
YAML

on:
push:
branches:
- trunk
schedule:
- cron: '0 2 * * *'
jobs:
test:
runs-on: docker
steps:
- 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: