Commit 0789407
committed
Restructure project into action/, worker/, test/ directories
- action/: GitHub Action source, build config, and bundled output
- worker/: Cloudflare Worker backend (already in place)
- test/: sample C++ project used by the CI workflow
- Root keeps only action.yml (GHA requirement) and repo-level config
https://claude.ai/code/session_01NpiSv9DJeWXyK77tjPGt8F1 parent 86ec680 commit 0789407
12 files changed
Lines changed: 4 additions & 5 deletions
File tree
- .github/workflows
- action
- dist
- src
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments