We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33490a commit a660eb2Copy full SHA for a660eb2
.github/workflows/makefile.yml
@@ -190,7 +190,5 @@ jobs:
190
- name: Compile
191
run: sudo make install DEBUG=0 VENDOR_TEST=0 GUI_MODE=0
192
193
- # yes, i know too long
194
- # the --color arguments are just for adding a missing color to the non done ascii
195
- name: Test all the ascii art logos
196
- run: for f in assets/ascii/*; do printf "\e[31m%s\e[0m\n" "$f" && customfetch --wrap-lines -s "$f" -D assets --color "c1=!#fff111" --color "c2=!#00ff1a" --color "c3=!#faa311" --color "c4=!#343412" --color "c5=!#fff311" --color "c6=!#faa3aa" && sleep 1; done
+ run: for f in assets/ascii/*; do printf "\e[31m%s\e[0m\n" "$f" && customfetch --wrap-lines --source "$f" -D assets && sleep 1; done
0 commit comments