Compare commits

..

1 commit

Author SHA1 Message Date
0ba2ba478f
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.
2025-07-10 20:29:42 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ set -eu
util_path="${GITHUB_ACTION_PATH:-.}/scripts/utils.sh"
# shellcheck source=utils.sh
# shellcheck source=scripts/utils.sh
. "${util_path}"
# USAGE: json_to_md_rows <FIELD> [JSON_FILE]

View file

@ -4,7 +4,7 @@ set -eu
util_path="${GITHUB_ACTION_PATH:-.}/scripts/utils.sh"
# shellcheck source=utils.sh
# shellcheck source=scripts/utils.sh
. "${util_path}"
group 'Retrieving Flake information'