mirror of
https://github.com/sindresorhus/awesome.git
synced 2025-11-23 00:44:30 +01:00
Remove macOS Command Line (#2051)
This commit is contained in:
2
.github/workflows/repo_linter.sh
vendored
2
.github/workflows/repo_linter.sh
vendored
@@ -11,7 +11,7 @@ REPO_TO_LINT=$(
|
||||
sed 's/#readme//')
|
||||
|
||||
# If there's no repo found, exit quietly.
|
||||
if [ -z ${REPO_TO_LINT+x} ]; then
|
||||
if [ -z "$REPO_TO_LINT" ]; then
|
||||
echo "No new link found in the format: https://....#readme"
|
||||
else
|
||||
echo "Cloning $REPO_TO_LINT"
|
||||
|
||||
Reference in New Issue
Block a user