From d8da3ac27370aee97893fab759bbcdee56d90867 Mon Sep 17 00:00:00 2001 From: Tsuyoshi CHO Date: Mon, 1 Jun 2020 17:03:26 +0900 Subject: [PATCH] update doc to checkout v2 --- .github/workflows/reviewdog.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index dbeda68..3af9240 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -5,7 +5,7 @@ jobs: name: runner / textlint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 with: submodules: true - name: textlint-github-pr-check diff --git a/README.md b/README.md index ea0d544..044962f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ if textlint do not contain in project, use this version. ## Customizes `.textlintrc` put in your repo. -And package.json that install textlint with plugins, in your repo. +And need textlint included in project package.json . ## Example usage @@ -56,7 +56,7 @@ jobs: name: runner / textlint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 with: submodules: true - name: textlint-github-pr-check