From f381243609fcdbb71eb1aa15d06b0a94808eebef Mon Sep 17 00:00:00 2001 From: DaLaw2 Date: Sun, 22 Mar 2026 19:31:19 +0800 Subject: [PATCH] fix: remove frontend CI from main repo (frontend has its own CI) Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbcf1af..ce38276 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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