We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--check-for-duplicates
1 parent 8ea96e6 commit 066b34eCopy full SHA for 066b34e
1 file changed
tools/actions/start-ci.sh
@@ -10,7 +10,7 @@ for pr in "$@"; do
10
11
ci_started=yes
12
rm -f output;
13
- ncu-ci run "$pr" >output 2>&1 || ci_started=no
+ ncu-ci run --check-for-duplicates "$pr" >output 2>&1 || ci_started=no
14
cat output
15
16
if [ "$ci_started" = "no" ]; then
0 commit comments