Skip to content

Commit

Permalink
Seem to be working
Browse files Browse the repository at this point in the history
  • Loading branch information
dala318 committed Oct 10, 2024
1 parent d440f32 commit b563f2e
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
git diff --exit-code || (echo "looks like the update_docu_links.py did not run" && false)
- name: check no custom icon definitions in sources
run: |
./script/check_icon_use.sh || (echo "looks like some source is not using the pre-defined icons" && false)
./script/check_icon_use.sh || (echo "looks like some source is not properly configured for icon declaration, check log" && false)
Loading

0 comments on commit b563f2e

Please sign in to comment.