2025-06-24 12:28:40 +02:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- actions-test
|
2025-06-24 11:59:22 +02:00
|
|
|
jobs:
|
|
|
|
test:
|
2025-06-24 12:04:05 +02:00
|
|
|
runs-on: host
|
2025-06-24 11:59:22 +02:00
|
|
|
steps:
|
2025-06-24 12:28:40 +02:00
|
|
|
- run: git clone https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git
|
2025-06-24 12:29:36 +02:00
|
|
|
- run: guix shell guile-documenta -- documenta api knots
|