Skip to content

Merge pull request #61 from reviewdog/depup/reviewdog #54

Merge pull request #61 from reviewdog/depup/reviewdog

Merge pull request #61 from reviewdog/depup/reviewdog #54

Triggered via push June 8, 2024 10:01
Status Success
Total duration 21s
Artifacts

release.yml

on: push
release
14s
release
release-check
0s
release-check
Fit to window
Zoom out
Zoom in

Annotations

3 warnings and 16 notices
[shellcheck] entrypoint.sh#L18 <ShellCheck.SC2086>: entrypoint.sh#L18
Double quote to prevent globbing and word splitting.
[shellcheck] entrypoint.sh#L40 <ShellCheck.SC2086>: entrypoint.sh#L40
Double quote to prevent globbing and word splitting.
[LanguageTool] README.md#L19: README.md#L19
The official name of this software platform is spelled with a capital “H”. (GITHUB[1]) Suggestions: `GitHub` URL: https://en.wikipedia.org/wiki/GitHub Rule: https://community.languagetool.org/rule/show/GITHUB?lang=en-US&subId=1 Category: CASING
[LanguageTool] README.md#L21: README.md#L21
The official name of this software platform is spelled with a capital “H”. (GITHUB[1]) Suggestions: `GitHub` URL: https://en.wikipedia.org/wiki/GitHub Rule: https://community.languagetool.org/rule/show/GITHUB?lang=en-US&subId=1 Category: CASING
[LanguageTool] README.md#L21: README.md#L21
If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1]) Suggestions: ` Token`, ` token` Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1 Category: CASING
[LanguageTool] README.md#L31: README.md#L31
Unpaired symbol: ‘'’ seems to be missing (EN_UNPAIRED_QUOTES) URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US Category: PUNCTUATION
[LanguageTool] README.md#L52: README.md#L52
Unpaired symbol: ‘'’ seems to be missing (EN_UNPAIRED_QUOTES) URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US Category: PUNCTUATION
[LanguageTool] README.md#L69: README.md#L69
The official name of this software platform is spelled with a capital “H”. (GITHUB[1]) Suggestions: `GitHub` URL: https://en.wikipedia.org/wiki/GitHub Rule: https://community.languagetool.org/rule/show/GITHUB?lang=en-US&subId=1 Category: CASING
[LanguageTool] README.md#L69: README.md#L69
The official name of this software platform is spelled with a capital “H”. (GITHUB[1]) Suggestions: `GitHub` URL: https://en.wikipedia.org/wiki/GitHub Rule: https://community.languagetool.org/rule/show/GITHUB?lang=en-US&subId=1 Category: CASING
[LanguageTool] testdata/text.md#L1: testdata/text.md#L1
After the auxiliary verb ‘do’, use the base form of a verb. Did you mean “work”? (AUXILIARY_DO_WITH_INCORRECT_VERB_FORM[1]) Suggestions: `work` URL: https://grammar.collinsdictionary.com/easy-learning/how-do-you-use-the-verb-do-in-english Rule: https://community.languagetool.org/rule/show/AUXILIARY_DO_WITH_INCORRECT_VERB_FORM?lang=en-US&subId=1 Category: GRAMMAR
[LanguageTool] testdata/text.md#L1: testdata/text.md#L1
Use “a” instead of ‘an’ if the following word doesn’t start with a vowel sound, e.g. ‘a sentence’, ‘a university’. (EN_A_VS_AN) Suggestions: `a` URL: https://languagetool.org/insights/post/indefinite-articles/ Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US Category: MISC
[LanguageTool] testdata/text.md#L2: testdata/text.md#L2
A verb may be missing. (PRP_RB_JJ[1]) Suggestions: `It is`, `It was` Rule: https://community.languagetool.org/rule/show/PRP_RB_JJ?lang=en-US&subId=1 Category: GRAMMAR
[LanguageTool] testdata/text.md#L3: testdata/text.md#L3
The word “maybe” is an adverb. Either a verb is missing or you meant “may be”. (PRP_MAYBE_JJ[1]) Suggestions: `may be`, `is maybe` URL: https://www.merriam-webster.com/dictionary/maybe Rule: https://community.languagetool.org/rule/show/PRP_MAYBE_JJ?lang=en-US&subId=1 Category: GRAMMAR
[LanguageTool] testdata/text.md#L4: testdata/text.md#L4
A verb may be missing. (PRP_RB_JJ[1]) Suggestions: `It is`, `It was` Rule: https://community.languagetool.org/rule/show/PRP_RB_JJ?lang=en-US&subId=1 Category: GRAMMAR
[LanguageTool] testdata/text.md#L7: testdata/text.md#L7
It seems that a pronoun is missing. (IF_VB[2]) Suggestions: `if you`, `if I`, `if we` Rule: https://community.languagetool.org/rule/show/IF_VB?lang=en-US&subId=2 Category: GRAMMAR
[LanguageTool] testdata/text.md#L7: testdata/text.md#L7
The conjunction “if” requires the past participle “needed”. Or did you mean “you need”? (IF_VB_PCT[1]) Suggestions: `needed`, `you need` Rule: https://community.languagetool.org/rule/show/IF_VB_PCT?lang=en-US&subId=1 Category: GRAMMAR
[hadolint] Dockerfile#L15 <DL3018>(https://github.com/hadolint/hadolint/wiki/DL3018): Dockerfile#L15
Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
[shellcheck] entrypoint.sh#L2 <ShellCheck.SC3040>: entrypoint.sh#L2
In POSIX sh, set option pipefail is undefined.