Compare commits

...

11 commits

Author SHA1 Message Date
14c3056cd1 WIP
Some checks failed
/ test (push) Failing after 1m17s
2025-06-24 12:35:43 +02:00
3f202a9163 WIP
Some checks failed
/ test (push) Failing after 11s
2025-06-24 12:34:04 +02:00
eff1ed4aa5 WIP
Some checks failed
/ test (push) Failing after 2s
2025-06-24 12:32:16 +02:00
135885e59c WIP
Some checks failed
/ test (push) Failing after 9s
2025-06-24 12:29:36 +02:00
3bf0220a67 WIP
Some checks failed
/ test (push) Failing after 2s
2025-06-24 12:28:40 +02:00
8cebf72d42 WIP 2025-06-24 12:27:17 +02:00
e44831b7a9 WIP 2025-06-24 12:25:26 +02:00
9f86045d16 WIP 2025-06-24 12:24:09 +02:00
6885477494 WIP 2025-06-24 12:20:35 +02:00
a029efca88 WIP
All checks were successful
/ test (push) Successful in 0s
2025-06-24 12:04:05 +02:00
c8233c8061 WIP
Some checks failed
/ test (push) Failing after 1s
2025-06-24 11:59:22 +02:00
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,13 @@
on:
push:
branches:
- actions-test
jobs:
test:
runs-on: host
steps:
- run: git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git knots-trunk
- run: git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git --branch=pages knots-pages
- run: |
cd knots-trunk
guix shell -D -f guix-dev.scm -- documenta api knots

View file

@ -43,7 +43,8 @@
(native-inputs
(list autoconf
automake
pkg-config))
pkg-config
guile-documenta))
(synopsis "TODO")
(description "TODO")
(home-page "TODO")