give claude go tools
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Tests / Go tests (push) Successful in 14s

This commit is contained in:
2026-08-21 17:38:19 -06:00
parent 8b3a6e4666
commit 6b10e75dd6
+9
View File
@@ -28,6 +28,15 @@ jobs:
with:
fetch-depth: 0
- name: Setup golang environment
uses: actions/setup-go@v7
with:
go-version: 'stable'
check-latest: true
token: ${{ gitea.token }}
permissions:
contents: read
- name: Run Claude Assistant
uses: markwylde/claude-code-gitea-action@gitea
with: