fix(ci): run replace first

This commit is contained in:
taskylizard
2024-01-26 17:07:56 +00:00
parent aa61585665
commit ac16c9da57

2
.github/script.sh vendored
View File

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