Skip to content

Commit 15bcb21

Browse files
committed
ci(claude): Add maintainer skill
1 parent 6027628 commit 15bcb21

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/claude.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
version: 3.48.0
4848
repo-token: ${{ secrets.GITHUB_TOKEN }}
4949

50+
- name: Install maintainer skill
51+
run: |
52+
mkdir -p ~/.claude/skills/maintainer
53+
curl -fsSL \
54+
https://raw.githubusercontent.com/inference-gateway/skills/main/skills/maintainer/SKILL.md \
55+
-o ~/.claude/skills/maintainer/SKILL.md
56+
5057
- name: Run Claude Code
5158
id: claude
5259
uses: anthropics/claude-code-action@v1.0.131

0 commit comments

Comments
 (0)