feat: update cache-nuget action version and add AI code review workflow

This commit is contained in:
2026-05-13 03:03:47 +00:00
parent 0c868593de
commit cf0b67291d
3 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ runs:
- name: 取得專案
uses: actions/checkout@v6
- name: 快取 NUGET 套件
uses: https://gitea.jsc.idv.tw/actions/cache-nuget@v0.0.2
uses: https://gitea.jsc.idv.tw/actions/cache-nuget@v0.0.3
- name: 復原專案
run: dotnet restore
if: ${{ hashFiles('nuget.config') == '' }}