gazebo-tooling / setup-gazebo

GSoC 24 project ongoing
Apache License 2.0
3 stars 1 forks source link

Add husky to rebuild action on every commit #8

Closed sauk2 closed 4 weeks ago

sauk2 commented 1 month ago

To update the action on every commit, we have to run npm run build to update the index.js. Instead, we can add husky to automatically build the action on each commit.