nix(docs): print message to console on script runs
It's not immediately visible that these scripts are run when doing `postgrest-docs-check`. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
committed by
Steve Chavez
parent
998d232ac0
commit
e1d547623e
@@ -122,6 +122,8 @@ let
|
|||||||
workingDir = "/docs";
|
workingDir = "/docs";
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
echo "Checking spelling mistakes..."
|
||||||
|
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
|
||||||
FILES=$(find . -type f -iname '*.rst' | tr '\n' ' ')
|
FILES=$(find . -type f -iname '*.rst' | tr '\n' ' ')
|
||||||
@@ -144,6 +146,8 @@ let
|
|||||||
workingDir = "/docs";
|
workingDir = "/docs";
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
echo "Detecting obsolete dictionary entries..."
|
||||||
|
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
|
||||||
FILES=$(find . -type f -iname '*.rst' | tr '\n' ' ')
|
FILES=$(find . -type f -iname '*.rst' | tr '\n' ' ')
|
||||||
|
|||||||
Reference in New Issue
Block a user