Commit 21ff744
committed
Add Woodpecker CI provider plugin + fix clippy errors
- Add plugins/provider-woodpecker/ with full Woodpecker CI support
- Converts CIGen jobs to Woodpecker steps format
- Maps GitHub Actions to equivalent Woodpecker plugins
- Handles package caching (Rust/Node) via meltwater/drone-cache
- Converts condition syntax from GitHub to Woodpecker
- Fix clippy cmp_owned errors in src/commands/generate.rs
- Use as_os_str() comparison instead of creating PathBuf for comparison
All tests pass, clippy clean, formatted.1 parent be4d624 commit 21ff744
File tree
5 files changed
+729
-2
lines changed- plugins/provider-woodpecker
- src
- src/commands
5 files changed
+729
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments