ci(validate): added launcher prefix validation + list of allowed tags

This commit is contained in:
Lemmy
2026-07-14 21:25:12 -04:00
parent ebbfa9c845
commit 62f0b0fe2f
3 changed files with 133 additions and 1 deletions
+3
View File
@@ -23,3 +23,6 @@ jobs:
- name: Validate plugin manifests
run: python3 .github/workflows/validate-plugins.py
- name: Test plugin validator
run: python3 -m unittest discover -s .github/workflows -p 'test_*.py'