diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e7c10f..c4825ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,9 +45,10 @@ jobs: uses: actions/checkout@v2 with: submodules: true - - name: redpen-github-pr-review + - name: textlint-github-pr-review uses: ./ with: github_token: ${{ secrets.github_token }} reporter: github-pr-review textlint_flags: "doc/**" +