Skip to content

Commit

Permalink
update job name formatting and update workflow description
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Aug 14, 2023
1 parent afd8339 commit 98cb058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
platforms:
type: string
description: "if it is specified, specified platforms will be used."
description: "If it is specified, specified platforms will be used."
required: false
default: ""

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/dump-context

languagetool_apis_charts:
languagetool-apis-charts:
name: runner / LanguageTool / apis & charts
runs-on: ubuntu-latest
steps:
Expand All @@ -49,7 +49,7 @@ jobs:
disabled_rules: "DOUBLE_PUNCTUATION,WORD_CONTAINS_UNDERSCORE,ARROWS,CURRENCY,DASH_RULE,EN_QUOTES"
disabled_categories: "TYPOS,TYPOGRAPHY,STYLE,CASING"

languagetool_docs:
languagetool-docs:
name: runner / LanguageTool / Docs
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 98cb058

Please sign in to comment.