chec / commercejs-nextjs-demo-store

Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
https://commercejs-demo-store.netlify.app/
BSD 3-Clause "New" or "Revised" License
1.07k stars 206 forks source link

Add GitHub action to run some automated checks #138

Open robbieaverill opened 3 years ago

robbieaverill commented 3 years ago

Example of some checks that we can run:

We often have pull requests merged that break the one-click deployment pipelines, but we don't discover this until that happens and somebody reports it (#136). This could be avoided by adding continuous integration checks for the deployment command, which is essentially the same locally as it is in the hosting provider.

Linting is a nice to have - the deployment command is the higher value addition for now.