refactor: move scripts to scripts folder
Some checks failed
/ check (treefmt) (push) Successful in 3s
/ report-size (push) Failing after 4s
/ report-download-check (push) Has been skipped

This is a bit tidier.
This commit is contained in:
Jalil David Salamé Messina 2025-07-10 20:26:19 +02:00
parent 838f205020
commit 0ba2ba478f
Signed by: jalil
GPG key ID: F016B9E770737A0B
5 changed files with 13 additions and 13 deletions

View file

@ -1,21 +0,0 @@
#!/bin/sh
log() {
echo "$@" >&2
}
warn() {
log "\e[0;33m[ERROR]:" "$@" "\e[0m"
}
error() {
log "\e[0;31m[WARN]:" "$@" "\e[0m"
}
group() {
log "::group::$1"
}
endgroup() {
log '::endgroup::'
}