JohannesKlauss / react-hotkeys-hook

React hook for using keyboard shortcuts in components.
https://react-hotkeys-hook.vercel.app/
MIT License
2.57k stars 113 forks source link

Fix CI (update triggers, format files) #1105

Closed kachkaev closed 6 months ago

kachkaev commented 7 months ago

This PR mitigates an issue introduced in https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1080. It run Prettier for all files and updates CI triggers.

When creating a PR from a fork, CI did not run, so an unformatted file slipped into main. This blocked further dependency updates: https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1091, https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1092, etc.

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-hotkeys-hook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 7, 2023 4:22pm
JohannesKlauss commented 6 months ago

Thank you for your contribution!