software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.67k stars 1.27k forks source link

Move spellcheck action to precommit #5991

Closed tjzel closed 2 months ago

tjzel commented 2 months ago

Summary

Spellcheck configuration is far from acceptable and reports numerous false positives. Since it looks like task that's a bit time consuming, I decided to move this action to precommit hook and only trigger it on changed files. We might restore it in the future if we consider it necessary.

Test plan

🚀