Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .woodpecker/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
when:
event: [push, pull_request, manual]

steps:
critical:
image: alpine:3.20
commands:
- find . -path ./.git -prune -o -type f -print | sort | head -200
11 changes: 11 additions & 0 deletions docs/ops/ci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CI

This repository uses Woodpecker CI on private Goosewin infrastructure.

GitHub Actions is intentionally disabled for this repository. Keep CI server
locations, webhook URLs, Tailscale names, private IPs, and runner details out of
tracked files. Store provider endpoints and credentials only in GitHub or
Woodpecker secrets/settings.

Package repositories must use Bun 1.3.14 and the two-week package-age gate in
`bunfig.toml`.