Skip to content

Commit 30d4030

Browse files
committed
disable periphery for CI
1 parent 7f65704 commit 30d4030

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Scripts/lint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ $PACKAGE_DIR/Scripts/header.sh -d $PACKAGE_DIR/Sources -c "Leo Dion" -o "Bright
7575
run_command $MINT_RUN swiftlint lint $SWIFTLINT_OPTIONS
7676
run_command $MINT_RUN swift-format lint --recursive --parallel $SWIFTFORMAT_OPTIONS Sources Tests
7777

78-
run_command $MINT_RUN periphery scan $PERIPHERY_OPTIONS --disable-update-check
78+
if [ -z "$CI" ]; then
79+
run_command $MINT_RUN periphery scan $PERIPHERY_OPTIONS --disable-update-check
80+
fi
7981

8082
popd

0 commit comments

Comments
 (0)