Update main.yml

This commit is contained in:
maigamo 2025-06-23 16:14:14 +08:00 committed by GitHub
parent 0402a457bd
commit 94de5560c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)