AMCS: add duplicate audit report tool #38

Merged
warkanum merged 2 commits from issue-25-duplicate-audit-cleanup-tools into main 2026-07-15 04:35:57 +00:00
Showing only changes of commit 8db2141d45 - Show all commits
+14
View File
@@ -31,6 +31,20 @@ jobs:
- name: Download dependencies - name: Download dependencies
run: go mod download run: go mod download
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install pnpm
run: npm install -g pnpm
- name: Build UI
run: |
cd ui
pnpm install --frozen-lockfile
pnpm run build
- name: Tidy modules - name: Tidy modules
run: go mod tidy run: go mod tidy