removed deletion of tmp file
This commit is contained in:
parent
0b787b2da0
commit
20b99bcaa1
2
.github/lint-scripts.sh
vendored
2
.github/lint-scripts.sh
vendored
@ -13,5 +13,3 @@ while read -r FILE; do
|
|||||||
echo lint "${FILE}"
|
echo lint "${FILE}"
|
||||||
shellcheck -x "${FILE}"
|
shellcheck -x "${FILE}"
|
||||||
done < "${TMP_FILE}"
|
done < "${TMP_FILE}"
|
||||||
|
|
||||||
rm "${TMP_FILE}"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user