openspacelabs / react-native-zoomable-view

A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.
MIT License
191 stars 58 forks source link

Actions for linting #46

Closed elliottkember closed 1 year ago

elliottkember commented 1 year ago

I found recently that a PR did not follow linting. This only came to light during the release phase. Unfortunately this meant that I had to make two releases.

It should be enough to add a GH Action to ensure that lint and tsc checks before merging. This will help ensure that contributors pass these checks before their work is merged!