mirror of
https://github.com/konpa/devicon.git
synced 2025-08-13 18:14:21 +02:00
Updated the logging of the actions
This commit is contained in:
2
.github/scripts/build_assets/util.py
vendored
2
.github/scripts/build_assets/util.py
vendored
@@ -34,7 +34,7 @@ def check_svgs(svg_file_paths: List[Path]):
|
||||
tree = et.parse(svg_path)
|
||||
root = tree.getroot()
|
||||
namespace = "{http://www.w3.org/2000/svg}"
|
||||
err_msg = [f"{svg_path.name}:"]
|
||||
err_msg = [f"{svg_path}:"]
|
||||
|
||||
if root.tag != f"{namespace}svg":
|
||||
err_msg.append(f"-root is '{root.tag}'. Root must be an 'svg' element")
|
||||
|
2
.github/workflows/post_peek_screenshot.yml
vendored
2
.github/workflows/post_peek_screenshot.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
I'm Devicons' Peek Bot and I just peeked at the icons that you wanted to add using [icomoon.io](https://icomoon.io/app/#/select).
|
||||
Here is the result below:
|
||||
|
||||

|
||||
{0}
|
||||
|
||||
Here are the zoomed-in screenshots of the added icons:
|
||||
{1}
|
||||
|
Reference in New Issue
Block a user