fix(ci): run replace first

This commit is contained in:
taskylizard 2024-01-26 17:07:56 +00:00
parent aa61585665
commit ac16c9da57
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120

2
.github/script.sh vendored
View File

@ -1,5 +1,5 @@
python .github/add-headers.py
python .github/replace.py python .github/replace.py
python .github/add-headers.py
for file in *; do for file in *; do
[[ -f "$file" ]] && mv "$file" "${file,,}" 2>/dev/null [[ -f "$file" ]] && mv "$file" "${file,,}" 2>/dev/null