Skip to content

Commit

Permalink
Merge pull request #56 from tsuyoshicho/fix/forv140
Browse files Browse the repository at this point in the history
docs: Update use checkout v2 and rule fix 'need package.json'
  • Loading branch information
tsuyoshicho authored Jun 1, 2020
2 parents cc2e47d + d8da3ac commit 37cd03e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 37cd03e

Please sign in to comment.