cyberwolf-studio / lingua

Integrate your Laravel translations into InertiaJS application.
MIT License
21 stars 2 forks source link

adding github action to run jest tests on push #11

Closed flexponsive closed 9 months ago

flexponsive commented 9 months ago

This PR adds a github action to run the jest tests on each push, and includes the package-lock.json in the repo to make build reproducible.

image

Thanks again for the useful package!