Skip to content

Commit 432bdf9

Browse files
Extra file checks
1 parent b2a3c35 commit 432bdf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
test -f MyCustomPlugin/frontend/README.md
5454
test -f MyCustomPlugin/frontend/vite.config.ts
5555
test -f MyCustomPlugin/frontend/src/Panel.tsx
56+
test -f MyCustomPlugin/frontend/src/Settings.tsx
57+
test -f MyCustomPlugin/frontend/src/Dashboard.tsx
58+
test -f MyCustomPlugin/frontend/src/Spotlight.tsx
5659
- name: Build and Install Plugin
5760
run: |
5861
cd output/MyCustomPlugin

0 commit comments

Comments
 (0)