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 aca5a49988
Some checks failed
/ nix fmt (push) Failing after 15s
minor spelling mistake. i lose
2024-11-26 13:32:10 +02:00

16 lines
No EOL
289 B
YAML

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