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.
1 parent 5351dd2 commit a5e3404Copy full SHA for a5e3404
scripts/check_all_urls.sh
@@ -5,9 +5,6 @@ set -euo pipefail
5
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
6
ROOT_DIR="$( cd "${SCRIPT_DIR}/.." &> /dev/null && pwd )"
7
8
-check_file () {
9
- echo "$1"
10
-}
11
pushd "${ROOT_DIR}"
12
git ls-files --recurse-submodules --exclude-standard --full-name | grep -v 'package-lock.json$' | python "${SCRIPT_DIR}/check-urls.py"
13
popd
0 commit comments