wikipress/.woodpecker/commit.yml
kekskurse 45d9761be1
All checks were successful
ci/woodpecker/push/commit Pipeline was successful
chore: init first alpha
2025-07-03 22:14:19 +02:00

16 lines
310 B
YAML

when:
- event: push
branch: main
steps:
- name: test
image: golang:1.24
commands:
- go test ./...
- name: build tailwind css
image: codeberg.org/woodpecker-plugins/node-pm
commands:
- cd layout
- npm install
- npx @tailwindcss/cli -i style.css -o output.css