File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,12 @@ else
141141 (set +x; echo -e " .github/scripts/depexts/generate-actions.sh: \e[31mERROR\e[0m" ) 2> /dev/null
142142 ERROR=1
143143fi
144+ if shellcheck src_ext/update-sources.sh ; then
145+ (set +x; echo " src_ext/update-sources.sh: OK" ) 2> /dev/null
146+ else
147+ (set +x; echo -e " src_ext/update-sources.sh: \e[31mERROR\e[0m" ) 2> /dev/null
148+ ERROR=1
149+ fi
144150(set +x ; echo -en " ::endgroup::check shell scripts using shellcheck\r" ) 2> /dev/null
145151
146152exit $ERROR
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ users)
147147 * Fix duplication logic in revdeps script [ #6666 @arozovyk ]
148148 * Remove patch dependency in depext actions [ #6676 @rjbou ]
149149 * Bump opam binary used in depexts actions to 2.4.1 [ #6676 @rjbou ]
150+ * Check ` src_ext/update-sources.sh ` using shellcheck [ #6701 @kit-ty-kate ]
150151
151152## Doc
152153 * Update the installation documentation with the release of opam 2.4.1 [ #6620 @kit-ty-kate ]
You can’t perform that action at this time.
0 commit comments