diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6a1f0e..b36dd70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,6 @@ jobs: - name: Check output files run: | - test -f main.js || (echo "❌ main.js not found after build" && exit 1) test -f manifest.json || (echo "❌ manifest.json not found" && exit 1) - name: Enforce commit message format (push only)