mirror of
https://github.com/konpa/devicon.git
synced 2025-08-22 22:24:43 +02:00
Build bot now check both PR and devicon.json
This commit is contained in:
2
.github/scripts/build_assets/filehandler.py
vendored
2
.github/scripts/build_assets/filehandler.py
vendored
@@ -6,7 +6,7 @@ import os
|
||||
import re
|
||||
|
||||
|
||||
def find_new_icons(devicon_json_path: str, icomoon_json_path: str):
|
||||
def find_new_icons_in_devicon_json(devicon_json_path: str, icomoon_json_path: str):
|
||||
"""
|
||||
Find the newly added icons by finding the difference between
|
||||
the devicon.json and the icomoon.json.
|
||||
|
Reference in New Issue
Block a user