fix: remove frontend CI from main repo (frontend has its own CI)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
DaLaw2 2026-03-22 19:31:19 +08:00
parent 0c600ed39d
commit f381243609

View File

@ -72,14 +72,6 @@ jobs:
ls -la "$HOME/.cargo/bin/bpf-linker"
timeout-minutes: 45
- name: Frontend type check
run: npx tsc --noEmit
working-directory: net-guardia-frontend
- name: Frontend build
run: npx next build
working-directory: net-guardia-frontend
- name: cargo check
run: cargo check --package net-guardia