mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add Pillow dependency and implement image validation for theme submission
This commit is contained in:
parent
7b4c3e1628
commit
8575ce6a73
2 changed files with 9 additions and 1 deletions
1
.github/workflows/create-theme.yml
vendored
1
.github/workflows/create-theme.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
|||
- name: Setup python modules
|
||||
run: |
|
||||
pip3 install requests
|
||||
pip3 install pillow
|
||||
|
||||
- name: Parse issue
|
||||
id: issue-parser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue