mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 19:33:55 +03:00
03cf883a46
[DOCS-256]: https://hasurahq.atlassian.net/browse/DOCS-256?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7520 GitOrigin-RevId: 41ae163de3747164ef4b01cfcd155ecb941510bb
5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
for line in $(cat spell_check_results.txt); do
|
|
echo "Adding $line to cspell.config.yaml"
|
|
echo " - $line" >> cspell.config.yaml
|
|
done
|