Skip to content

Commit

Permalink
working through Ngrok
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Aug 11, 2024
1 parent e72fd89 commit 5c37519
Show file tree
Hide file tree
Showing 84 changed files with 1,543 additions and 1,780 deletions.
10 changes: 7 additions & 3 deletions Packages/Ngrokit/Scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ MINT_RUN="/opt/homebrew/bin/mint run $MINT_ARGS"
if [ -z "$SRCROOT" ]; then
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
PACKAGE_DIR="${SCRIPT_DIR}/.."
PERIPHERY_OPTIONS="--skip-build"
else
PACKAGE_DIR="${SRCROOT}"
PERIPHERY_OPTIONS=""
else
PACKAGE_DIR="${SRCROOT}"
PERIPHERY_OPTIONS="--skip-build"
fi


Expand All @@ -32,6 +32,10 @@ fi

echo "LINT Mode is $LINT_MODE"

if [ "$LINT_MODE" == "INSTALL" ]; then
exit
fi

if [ -z "$CI" ]; then
$MINT_RUN swift-format format --recursive --parallel --in-place $PACKAGE_DIR/Sources
else
Expand Down
Loading

0 comments on commit 5c37519

Please sign in to comment.