clean up a bit and fix scripts
All checks were successful
Build and Test / splatoon (push) Successful in 3m43s
Build and Test / friends (push) Successful in 3m53s

This commit is contained in:
Maple 2026-04-26 14:57:02 +02:00
commit f870853630
6 changed files with 15 additions and 6 deletions

View file

@ -1,9 +1,10 @@
#!/usr/bin/env bash
set -e pipefail
set -euo pipefail
SETTINGS=$(yq ea "." editions.yaml | yq 'keys[]')
IFS=$'\n'
while IFS=$'\n' read -r EDITION; do
export EDITION
./check-edition.sh $EDITION
done <<< "$SETTINGS"