docs: update docs #40
language-checker.yml
on: pull_request
Language check
33s
Annotations
4 warnings
Language check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Language check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Language check:
docs/dashboard/application_details/index.md#L20
[LanguageTool] reported by reviewdog 🐶
Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: `, and`
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
Raw Output:
docs/dashboard/application_details/index.md:20:119: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: `, and`
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
|
Language check:
docs/dashboard/application_details/ingress_rules.md#L13
[LanguageTool] reported by reviewdog 🐶
The singular determiner ‘this’ may not agree with the plural noun ‘docs’. Did you mean “these”? (THIS_NNS[2])
Suggestions: `these`
Rule: https://community.languagetool.org/rule/show/THIS_NNS?lang=en-US&subId=2
Category: GRAMMAR
Raw Output:
docs/dashboard/application_details/ingress_rules.md:13:130: The singular determiner ‘this’ may not agree with the plural noun ‘docs’. Did you mean “these”? (THIS_NNS[2])
Suggestions: `these`
Rule: https://community.languagetool.org/rule/show/THIS_NNS?lang=en-US&subId=2
Category: GRAMMAR
|