Giter Club home page Giter Club logo

action-textlint's Introduction

GitHub Action: Run textlint with reviewdog

notice

action-textlint use textlint within npm ecosystem.

detail

Release

This action runs textlint with reviewdog on pull requests to improve text review experience.

based on reviewdog/action-vint

github-pr-check example github-pr-review example

Notice: This action is composition action. It need npm ci.

You accept below one:

  • Your workflow manually setup to run npm ci.
  • This action automatic run npm ci.

Inputs

github_token

Required. Default is ${{ github.token }}.

level

Optional. Report level for reviewdog [info,warning,error]. It's same as -level flag of reviewdog.

reporter

Reporter of reviewdog command [github-pr-check,github-check,github-pr-review]. Default is github-pr-review. It's same as -reporter flag of reviewdog.

github-pr-review can use Markdown and add a link to rule page in reviewdog reports.

filter_mode

Optional. Filtering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added.

fail_on_error

Optional. Exit code for reviewdog when errors are found [true,false] Default is false.

reviewdog_flags

Optional. Additional reviewdog flags

textlint_flags

textlint arguments (i.e. target dir:doc/*)

package_manager

Optional. Package manager used in the repository [npm,yarn,pnpm] Default is npm.

Customizes

.textlintrc put in your repo. And need textlint included in project package.json .

Example usage

name: reviewdog
on: [pull_request]
jobs:
  textlint:
    name: runner / textlint
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          submodules: true
      - name: Setup node/npm
        uses: actions/setup-node@v1
        with:
          node-version: '15'
      - name: textlint-github-pr-check
        uses: tsuyoshicho/action-textlint@v3
        with:
          github_token: ${{ secrets.github_token }}
          reporter: github-pr-check
          textlint_flags: "doc/**"
      - name: textlint-github-check
        uses: tsuyoshicho/action-textlint@v3
        with:
          github_token: ${{ secrets.github_token }}
          reporter: github-check
          textlint_flags: "doc/**"
      - name: textlint-github-pr-review
        uses: tsuyoshicho/action-textlint@v3
        with:
          github_token: ${{ secrets.github_token }}
          reporter: github-pr-review
          textlint_flags: "doc/**"

action-textlint's People

Contributors

github-actions[bot] avatar khsmty avatar renovate-bot avatar renovate[bot] avatar tsuyoshicho avatar yujideveloper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

action-textlint's Issues

Weekly Digest (2 February, 2020 - 9 February, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 2 issues were created.
Of these, 2 issues have been closed and 0 issues are still open.

CLOSED ISSUES

❤️ #21 chore(deps): update dependency textlint to v11.6.3, by renovate[bot]
❤️ #20 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 3 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 1 pull request was updated.
💛 #4 test: review2, by tsuyoshicho

MERGED PULL REQUEST

Last week, 2 pull requests were merged.
💜 #21 chore(deps): update dependency textlint to v11.6.3, by renovate[bot]
💜 #20 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 4 commits.
🛠️ Merge pull request #21 from tsuyoshicho/renovate/textlint-11.x chore(deps): update dependency textlint to v11.6.3 by tsuyoshicho
🛠️ chore(deps): update dependency textlint to v11.6.3 by renovate-bot
🛠️ chore(deps): lock file maintenance (#20) chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there was 1 release.
🚀 v1.0.21 Release v1.0.21


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (12 April, 2020 - 19 April, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #34 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #34 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 3 commits.
🛠️ fix renovate by tsuyoshicho
🛠️ Merge pull request #34 from tsuyoshicho/renovate/lock-file-maintenance chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (26 July, 2020 - 2 August, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 2 issues were created.
Of these, 2 issues have been closed and 0 issues are still open.

CLOSED ISSUES

❤️ #71 fix(deps): update dependency textlint-rule-preset-ja-technical-writing to v4.0.1, by renovate[bot]
❤️ #70 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 2 pull requests were created, updated or merged.

MERGED PULL REQUEST

Last week, 2 pull requests were merged.
💜 #71 fix(deps): update dependency textlint-rule-preset-ja-technical-writing to v4.0.1, by renovate[bot]
💜 #70 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 4 commits.
🛠️ Merge pull request #71 from tsuyoshicho/renovate/textlint-rule-preset-ja-technical-writing-4.0.x fix(deps): update dependency textlint-rule-preset-ja-technical-writing to v4.0.1 by tsuyoshicho
🛠️ fix(deps): update dependency textlint-rule-preset-ja-technical-writing to v4.0.1 by renovate-bot
🛠️ Merge pull request #70 from tsuyoshicho/renovate/lock-file-maintenance chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (19 April, 2020 - 26 April, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 6 issues were created.
Of these, 5 issues have been closed and 1 issues are still open.

OPEN ISSUES

💚 #37 Github Action fails, by svenmueller

CLOSED ISSUES

❤️ #41 feat: import from reviewdog/action-eslint setting, by tsuyoshicho
❤️ #40 fix: depend, by tsuyoshicho
❤️ #39 depend at non dev, by tsuyoshicho
❤️ #38 fix: docker/entrypoint.sh, by tsuyoshicho
❤️ #35 chore(deps): lock file maintenance, by renovate[bot]

NOISY ISSUE

🔈 #37 Github Action fails, by svenmueller
It received 5 comments.


PULL REQUESTS

Last week, 5 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 1 pull request was updated.
💛 #4 test: review2, by tsuyoshicho

MERGED PULL REQUEST

Last week, 4 pull requests were merged.
💜 #41 feat: import from reviewdog/action-eslint setting, by tsuyoshicho
💜 #40 fix: depend, by tsuyoshicho
💜 #38 fix: docker/entrypoint.sh, by tsuyoshicho
💜 #35 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 8 commits.
🛠️ Merge pull request #41 from tsuyoshicho/feature/action-update feat: import from reviewdog/action-eslint setting by tsuyoshicho
🛠️ update_semver use checkout@2 by tsuyoshicho
🛠️ import from reviewdog/action-eslint setting by tsuyoshicho
🛠️ Merge pull request #40 from tsuyoshicho/fix/depend fix: depend by tsuyoshicho
🛠️ depend fix close #39 by tsuyoshicho
🛠️ fix: docker/entrypoint.sh (#38) Close #37 by tsuyoshicho
🛠️ Merge pull request #35 from tsuyoshicho/renovate/lock-file-maintenance chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were 4 releases.
🚀 v1.1.1 Release v1.1.1
🚀 v1.1.0 Release v1.1.0
🚀 v1.0.23 Release v1.0.23
🚀 v1.0.22 Release v1.0.22


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (19 July, 2020 - 26 July, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 2 issues were created.
Of these, 2 issues have been closed and 0 issues are still open.

CLOSED ISSUES

❤️ #68 fix(deps): update dependency textlint to v11.7.6, by renovate[bot]
❤️ #67 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 2 pull requests were created, updated or merged.

MERGED PULL REQUEST

Last week, 2 pull requests were merged.
💜 #68 fix(deps): update dependency textlint to v11.7.6, by renovate[bot]
💜 #67 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 4 commits.
🛠️ Merge pull request #68 from tsuyoshicho/renovate/textlint-11.x fix(deps): update dependency textlint to v11.7.6 by tsuyoshicho
🛠️ fix(deps): update dependency textlint to v11.7.6 by renovate-bot
🛠️ Merge pull request #67 from tsuyoshicho/renovate/lock-file-maintenance chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (28 June, 2020 - 5 July, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #61 chore(deps): update reviewdog to 0.10.1, by github-actions[bot]

NOISY ISSUE

🔈 #61 chore(deps): update reviewdog to 0.10.1, by github-actions[bot]
It received 1 comments.


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #61 chore(deps): update reviewdog to 0.10.1, by github-actions[bot]


COMMITS

Last week there were 2 commits.
🛠️ Merge pull request #61 from tsuyoshicho/depup/reviewdog chore(deps): update reviewdog to 0.10.1 by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.10.1 by github-actions[bot]


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 github-actions[bot]


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there was 1 release.
🚀 v1.3.3 Release v1.3.3


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): lock file maintenance

Detected dependencies

github-actions
.github/workflows/depup.yml
  • actions/checkout v4
  • haya14busa/action-depup v1
  • peter-evans/create-pull-request v6
.github/workflows/release-check.yml
  • actions/checkout v4
  • haya14busa/action-bumpr v1
.github/workflows/release.yml
  • actions/checkout v4
  • haya14busa/action-bumpr v1
  • haya14busa/action-update-semver v1
  • haya14busa/action-cond v1
  • softprops/action-gh-release v2
.github/workflows/reviewdog.yml
  • actions/checkout v4
  • haya14busa/action-cond v1
  • reviewdog/action-shellcheck v1
  • actions/checkout v4
  • reviewdog/action-misspell v1
  • actions/checkout v4
  • reviewdog/action-alex v1
.github/workflows/test.yml
  • actions/checkout v4
  • actions/checkout v4
  • actions/checkout v4
.github/workflows/update_semver.yml
  • actions/checkout v4
  • haya14busa/action-update-semver v1
npm
package.json
  • textlint 14.0.4
  • textlint-rule-preset-ja-technical-writing 10.0.1
  • textlint-rule-prh 6.0.0
  • textlint-rule-spellcheck-tech-word 5.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

Weekly Digest (16 February, 2020 - 23 February, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #25 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #25 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 2 commits.
🛠️ Merge pull request #25 from tsuyoshicho/renovate/lock-file-maintenance chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Github Action fails

Hi,

I tried the following example configuration from the README.md

name: reviewdog
on: [pull_request]
jobs:
  textlint:
    name: runner / textlint
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
        with:
          submodules: true
      - name: textlint-github-pr-review
        uses: tsuyoshicho/action-textlint@v1
        with:
          github_token: ${{ secrets.github_token }}
          reporter: github-pr-review

The github action action fails with:

/usr/bin/docker run --name yxz --label 430c1a --workdir /github/workspace --rm -e INPUT_GITHUB_TOKEN -e INPUT_REPORTER -e INPUT_LEVEL -e INPUT_TEXTLINT_FLAGS -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/k8s-manifests/k8s-manifests":"/github/workspace" 430c1a:c6d9dff969014135bcaebd57d1067df8  "***" "error" "github-pr-review" "."
npm WARN saveError ENOENT: no such file or directory, open '/github/workspace/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/github/workspace/package.json'
npm WARN workspace No description
npm WARN workspace No repository field.
npm WARN workspace No README data
npm WARN workspace No license field.

up to date in 0.525s
found 0 vulnerabilities

/entrypoint.sh: line 11: /github/workspace/node_modules/.bin/textlint: not found
/entrypoint.sh: line 13: /github/workspace/node_modules/.bin/textlint: not found
reviewdog: parse error: EOF

Any idea why this happens?

Thx,
Sven

Weekly Digest (9 February, 2020 - 16 February, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #23 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #23 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 2 commits.
🛠️ Merge pull request #23 from tsuyoshicho/renovate/lock-file-maintenance chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (23 February, 2020 - 1 March, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (20 January, 2020 - 27 January, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 3 issues were created.
Of these, 3 issues have been closed and 0 issues are still open.

CLOSED ISSUES

❤️ #13 Merge pull request #13 from tsuyoshicho/depup/reviewdog, by github-actions[bot]
❤️ #12 feat: verup CI on, by tsuyoshicho
❤️ #11 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 3 pull requests were created, updated or merged.

MERGED PULL REQUEST

Last week, 3 pull requests were merged.
💜 #13 Merge pull request #13 from tsuyoshicho/depup/reviewdog, by github-actions[bot]
💜 #12 feat: verup CI on, by tsuyoshicho
💜 #11 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 10 commits.
🛠️ Merge pull request #13 from tsuyoshicho/depup/reviewdog chore(deps): update reviewdog to 0.9.17 by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.9.17 by github-actions[bot]
🛠️ feat: verup CI on (#12) feat: verup CI on by tsuyoshicho
🛠️ add depup by tsuyoshicho
🛠️ Dockerfile fix by tsuyoshicho
🛠️ README update by tsuyoshicho
🛠️ release fix by tsuyoshicho
🛠️ rename release by tsuyoshicho
🛠️ chore(deps): lock file maintenance (#11) chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 3 contributors.
👤 tsuyoshicho
👤 github-actions[bot]
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were 2 releases.
🚀 v1.0.18 Release v1.0.18
🚀 v1.0.17 Release v1.0.17


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (26 April, 2020 - 3 May, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #43 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #43 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 2 commits.
🛠️ Merge pull request #43 from tsuyoshicho/renovate/lock-file-maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (26 January, 2020 - 2 February, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 3 issues were created.
Of these, 2 issues have been closed and 1 issues are still open.

OPEN ISSUES

💚 #18 bug: not devdepend, by tsuyoshicho

CLOSED ISSUES

❤️ #17 chore(deps): update dependency textlint to v11.6.2, by renovate[bot]
❤️ #15 Merge pull request #15 from tsuyoshicho/renovate/lock-file-maintenance, by renovate[bot]


PULL REQUESTS

Last week, 2 pull requests were created, updated or merged.

MERGED PULL REQUEST

Last week, 2 pull requests were merged.
💜 #17 chore(deps): update dependency textlint to v11.6.2, by renovate[bot]
💜 #15 Merge pull request #15 from tsuyoshicho/renovate/lock-file-maintenance, by renovate[bot]


COMMITS

Last week there were 4 commits.
🛠️ chore(deps): update dependency textlint to v11.6.2 (#17) chore(deps): update dependency textlint to v11.6.2 by tsuyoshicho
🛠️ chore(deps): update dependency textlint to v11.6.2 by renovate-bot
🛠️ Merge pull request #15 from tsuyoshicho/renovate/lock-file-maintenance chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 renovate-bot


STARGAZERS

Last week there was 1 stargazer.
solareenlo
You are the star! 🌟


RELEASES

Last week there were 2 releases.
🚀 v1.0.20 Release v1.0.20
🚀 v1.0.19 Release v1.0.19


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (12 July, 2020 - 19 July, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #65 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #65 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 2 commits.
🛠️ Merge pull request #65 from tsuyoshicho/renovate/lock-file-maintenance chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (20 January, 2020 - 27 January, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 3 issues were created.
Of these, 3 issues have been closed and 0 issues are still open.

CLOSED ISSUES

❤️ #13 Merge pull request #13 from tsuyoshicho/depup/reviewdog, by github-actions[bot]
❤️ #12 feat: verup CI on, by tsuyoshicho
❤️ #11 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 3 pull requests were created, updated or merged.

MERGED PULL REQUEST

Last week, 3 pull requests were merged.
💜 #13 Merge pull request #13 from tsuyoshicho/depup/reviewdog, by github-actions[bot]
💜 #12 feat: verup CI on, by tsuyoshicho
💜 #11 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 10 commits.
🛠️ Merge pull request #13 from tsuyoshicho/depup/reviewdog chore(deps): update reviewdog to 0.9.17 by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.9.17 by github-actions[bot]
🛠️ feat: verup CI on (#12) feat: verup CI on by tsuyoshicho
🛠️ add depup by tsuyoshicho
🛠️ Dockerfile fix by tsuyoshicho
🛠️ README update by tsuyoshicho
🛠️ release fix by tsuyoshicho
🛠️ rename release by tsuyoshicho
🛠️ chore(deps): lock file maintenance (#11) chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 3 contributors.
👤 tsuyoshicho
👤 github-actions[bot]
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were 2 releases.
🚀 v1.0.18 Release v1.0.18
🚀 v1.0.17 Release v1.0.17


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (3 May, 2020 - 10 May, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 2 issues were created.
Of these, 2 issues have been closed and 0 issues are still open.

CLOSED ISSUES

❤️ #46 chore(deps): update reviewdog to 0.10.0, by github-actions[bot]
❤️ #45 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 2 pull requests were created, updated or merged.

MERGED PULL REQUEST

Last week, 2 pull requests were merged.
💜 #46 chore(deps): update reviewdog to 0.10.0, by github-actions[bot]
💜 #45 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 4 commits.
🛠️ Merge pull request #46 from tsuyoshicho/depup/reviewdog by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.10.0 by github-actions[bot]
🛠️ Merge pull request #45 from tsuyoshicho/renovate/lock-file-maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 3 contributors.
👤 tsuyoshicho
👤 github-actions[bot]
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there was 1 release.
🚀 v1.2.0 Release v1.2.0


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (2 August, 2020 - 9 August, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 2 issues were created.
Of these, 2 issues have been closed and 0 issues are still open.

CLOSED ISSUES

❤️ #74 chore(deps): update reviewdog to 0.10.2, by github-actions[bot]
❤️ #73 chore(deps): lock file maintenance, by renovate[bot]

NOISY ISSUE

🔈 #74 chore(deps): update reviewdog to 0.10.2, by github-actions[bot]
It received 1 comments.


PULL REQUESTS

Last week, 2 pull requests were created, updated or merged.

MERGED PULL REQUEST

Last week, 2 pull requests were merged.
💜 #74 chore(deps): update reviewdog to 0.10.2, by github-actions[bot]
💜 #73 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 4 commits.
🛠️ Merge pull request #74 from tsuyoshicho/depup/reviewdog chore(deps): update reviewdog to 0.10.2 by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.10.2 by github-actions[bot]
🛠️ Merge pull request #73 from tsuyoshicho/renovate/lock-file-maintenance chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 3 contributors.
👤 tsuyoshicho
👤 github-actions[bot]
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there was 1 release.
🚀 v1.4.0 Release v1.4.0


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (5 July, 2020 - 12 July, 2020)

Here's the Weekly Digest for tsuyoshicho/action-textlint:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #63 chore(deps): lock file maintenance, by renovate[bot]


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #63 chore(deps): lock file maintenance, by renovate[bot]


COMMITS

Last week there were 2 commits.
🛠️ Merge pull request #63 from tsuyoshicho/renovate/lock-file-maintenance chore(deps): lock file maintenance by tsuyoshicho
🛠️ chore(deps): lock file maintenance by renovate-bot


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 renovate-bot


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-textlint to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.