feat: add cache cleaning step to code review workflow

This commit is contained in:
2026-05-11 08:03:19 +00:00
parent 9ff521955f
commit 0fae1f383c
+2
View File
@@ -7,6 +7,8 @@ jobs:
name: 'Code Review' name: 'Code Review'
runs-on: ubuntu runs-on: ubuntu
steps: steps:
- name: Clean Action Cache
run: rm -rf ~/.local/share/act/_actions/*
- name: AI Code Review - name: AI Code Review
uses: https://gitea.jsc.idv.tw/jiantw83/code-review@${{ github.head_ref }} uses: https://gitea.jsc.idv.tw/jiantw83/code-review@${{ github.head_ref }}
with: with: