adyya-flake/.forgejo/workflows/flake-update.yaml
Workflow config file is invalid. Please check your config file: yaml: line 14: could not find expected ':'
Ittihadyya dafa2ec0c9
Some checks failed
/ nix fmt (push) Failing after 1m38s
hmm that did not help at all
2024-11-26 13:41:15 +02:00

16 lines
No EOL
272 B
YAML

on:
push:
branches:
- trunk
schedule:
- cron: '0 2 * * *'
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: update flake
run: |
nix flake update --experimental-features 'nix-command flakes'