feat: add cache cleaning step to code review workflow
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user