Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,10 @@ jobs:
uses: astral-sh/setup-uv@v7
with:
enable-cache: true

- name: Cache uv tools
uses: actions/cache@v4
with:
path: ~/.local/share/uv/tools
key: ${{ runner.os }}-uv-tools-serena
restore-keys: |
${{ runner.os }}-uv-tools-

- name: Install Serena
run: uv tool install --from git+https://github.com/oraios/serena serena-agent

- name: Create Serena cache key
id: serena-cache-hash
run: echo "hash=${{ runner.os }}-serena-cache-${{ hashFiles('**/*.swift', 'Tuist/**/*', 'Projects/**/*.swift') }}" >> $GITHUB_OUTPUT

- name: Cache Serena data
uses: actions/cache@v4
id: cache-serena
with:
path: .serena
key: ${{ steps.serena-cache-hash.outputs.hash }}
restore-keys: |
${{ runner.os }}-serena-cache-

- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@v1
Expand Down
Loading