mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-07 21:18:13 +08:00
Add check to workflows
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
declare -A DOMAIN_MAP=()
|
||||
|
||||
for line in $(cat ./domain.txt); do
|
||||
|
Reference in New Issue
Block a user