forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add icon validation for file size and duplicates
Add validation for icon file size and duplicate icons. * **README.md** - Add information about icon file size validation. - Add information about duplicate icon validation. * **.github/workflows/pr_checks.yml** - Add validation for icon file size in the `validate_icons` job. - Add validation for duplicate icons in the `validate_icons` job. * **maintainer_checklist.md** - Add a step to check for duplicate icons. - Add a step to check for icon file size. * **processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt** - Add logic to check for duplicate icons by calculating a hash (e.g., SHA-256) of each icon file. - Add logic to validate icon file size. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ethereum-lists/chains?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
Showing
4 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters