summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-10-29 20:35:50 +0100
committerMatthieu Pignolet <matthieu@puffer.fish>2025-10-29 20:35:50 +0100
commite243b0d12a86fdd23a4e5fc53c82bb36ecf481ec (patch)
tree10784803ade66a973c4cdff7e7aad4289bca1063
parente53432063cecce4ac3fc1dd79b47bbed54e9ae82 (diff)
feat: remove typo
-rw-r--r--.forgejo/workflows/demo.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml
index 11a54bb..7eb18ae 100644
--- a/.forgejo/workflows/demo.yaml
+++ b/.forgejo/workflows/demo.yaml
@@ -1,12 +1,12 @@
- on:
- schedule:
- - cron: "5 * * *"
- push:
- branches:
- - 'main'
+on:
+ schedule:
+ - cron: "5 * * *"
+ push:
+ branches:
+ - "main"
jobs:
test:
runs-on: docker
steps:
- - run: echo All good! \ No newline at end of file
+ - run: echo All good!