Add Pillow dependency and implement image validation for theme submission

This commit is contained in:
mr. m 2025-02-19 11:26:07 +00:00
parent 7b4c3e1628
commit 8575ce6a73
2 changed files with 9 additions and 1 deletions

View file

@ -21,6 +21,7 @@ jobs:
- name: Setup python modules
run: |
pip3 install requests
pip3 install pillow
- name: Parse issue
id: issue-parser