diff --git a/.github/workflows/validate/validate.sh b/.github/workflows/validate/validate.sh index b097ce22..18a18d2b 100755 --- a/.github/workflows/validate/validate.sh +++ b/.github/workflows/validate/validate.sh @@ -55,6 +55,11 @@ while read image; do continue fi + if [[ "${filename}" == "REMOVAL_NOTE" ]]; then + # This file should not be processed + continue + fi + # Read properties from image properties=($(identify -format "%w %h %m" "${image}")) if [[ "$?" -ne 0 ]]; then diff --git a/core_integrations/peco/REMOVAL_NOTE b/core_integrations/peco/REMOVAL_NOTE new file mode 100644 index 00000000..1ea9d9a0 --- /dev/null +++ b/core_integrations/peco/REMOVAL_NOTE @@ -0,0 +1 @@ +Brand requested the logo to be removed \ No newline at end of file diff --git a/core_integrations/peco/icon.png b/core_integrations/peco/icon.png deleted file mode 100644 index b18aa11f..00000000 Binary files a/core_integrations/peco/icon.png and /dev/null differ diff --git a/core_integrations/peco/logo.png b/core_integrations/peco/logo.png deleted file mode 100644 index eba57530..00000000 Binary files a/core_integrations/peco/logo.png and /dev/null differ