ci/fmt.sh: More efficient
This commit is contained in:
parent
b81647e7e3
commit
91ac1280b3
2 changed files with 4 additions and 2 deletions
|
|
@ -3,5 +3,7 @@ set -eu
|
||||||
. "$(dirname "$0")/sub/lib.sh"
|
. "$(dirname "$0")/sub/lib.sh"
|
||||||
cd -- "$(dirname "$0")/.."
|
cd -- "$(dirname "$0")/.."
|
||||||
|
|
||||||
sh_c tocsubst --skip 1 README.md
|
if is_changed README.md; then
|
||||||
|
sh_c tocsubst --skip 1 README.md
|
||||||
|
fi
|
||||||
./ci/sub/fmt/make.sh
|
./ci/sub/fmt/make.sh
|
||||||
|
|
|
||||||
2
ci/sub
2
ci/sub
|
|
@ -1 +1 @@
|
||||||
Subproject commit a39a678570a0454d6bf63f9012fb5ec107e24df5
|
Subproject commit e894a489abaead7314a3f126cdb32f18b272a23f
|
||||||
Loading…
Reference in a new issue