reviewdog / action-coffeelint

Run coffeelint with reviewdog :dog:
https://github.com/marketplace/actions/run-coffeelint-with-reviewdog
MIT License
0 stars 3 forks source link

Use `npx` command instead of `npm bin` command #14

Closed M-Yamashita01 closed 1 year ago

M-Yamashita01 commented 1 year ago

In the latest version of npm, e.g. 9.2.0, npm bin command is deprecated. Therefore, it may fail when using this action. To avoid this failure, we use npx command.

github-actions[bot] commented 1 year ago

🚀 [bumpr] Bumped! New version:v1.4.0 Changes:v1.3.0...v1.4.0

review-dog commented 1 year ago

Hi, @M-Yamashita01! We merged your PR to reviewdog! 🐶 Thank you for your contribution! ✨

We just invited you to join the @reviewdog organization on GitHub. Accept the invite by visiting https://github.com/orgs/reviewdog/invitation. By joining the team, you'll be a part of reviewdog community and can help the maintenance of reviewdog.

Thanks again!

M-Yamashita01 commented 1 year ago

Thank you for the invitation! I joined the team. I look forward to working with you in the future.