From 35e5c26eff1f142d8bc35459d95f6cf33c85621c Mon Sep 17 00:00:00 2001 From: svtter Date: Tue, 19 May 2026 11:34:57 +0800 Subject: [PATCH] docs: add opencode-actions to projects Co-Authored-By: Claude Opus 4.7 --- data/projects/opencode-actions.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/projects/opencode-actions.yaml diff --git a/data/projects/opencode-actions.yaml b/data/projects/opencode-actions.yaml new file mode 100644 index 0000000..49c8747 --- /dev/null +++ b/data/projects/opencode-actions.yaml @@ -0,0 +1,4 @@ +name: Opencode Actions +repo: https://github.com/Svtter/opencode-actions +tagline: Reusable GitHub Actions for installing and running OpenCode in CI/CD workflows +description: A collection of reusable GitHub Actions that make it easy to integrate OpenCode into your CI/CD pipelines. Includes actions for PR review, architecture review, spec coverage checking, and one-step opencode setup and execution. Supports caching, retry logic, and multiple LLM providers.