aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorV <vendicated@riseup.net>2023-05-12 03:41:00 +0200
committerV <vendicated@riseup.net>2023-05-12 03:41:15 +0200
commitade31f993b61722c16e97c79bd542a6d111049fc (patch)
treea5f48a634bae2ae4e0bc31fb6a6f324d333a7da1 /.github
parent3c7496ac6d72534c9b285ac789d95a4040a7385c (diff)
downloadVencord-ade31f993b61722c16e97c79bd542a6d111049fc.tar.gz
Vencord-ade31f993b61722c16e97c79bd542a6d111049fc.tar.bz2
Vencord-ade31f993b61722c16e97c79bd542a6d111049fc.zip
Implement plugin tags
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 83fc57c..46d5641 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -26,5 +26,8 @@ jobs:
- name: Lint & Test if desktop version compiles
run: pnpm test
- - name: Lint & Test if web version compiles
- run: pnpm testWeb
+ - name: Test if web version compiles
+ run: pnpm buildWeb
+
+ - name: Test if plugin structure is valid
+ run: pnpm generatePluginJson