Skip to content

Commit

Permalink
feat: add state-of-kubernetes-optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
nekottyo committed Feb 5, 2024
1 parent 32e980f commit 4f027c1
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,24 @@ jobs:
- name: Setup node/npm
uses: actions/setup-node@v4

- name: textlint-github-pr-check
- name: textlint-github-pr-review
uses: tsuyoshicho/action-textlint@v3
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
reporter: github-pr-review
textlint_flags: "doc/**"

- name: textlint-github-pr-review
uses: tsuyoshicho/action-textlint@v3
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true

- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
textlint_flags: "doc/**"
locale: "US"
Loading

0 comments on commit 4f027c1

Please sign in to comment.