This is a guide for running your GitHub Action locally before deploying it, or contributing to the codebase! By installing and running this Action manually, you'll be able to control the environment variables that GitHub usually applies to the Action's container.
npm install action-deploy-theme --save
or
yarn add action-deploy-theme
git clonethis repo &cdinto it as usual- Run
yarnto install top-level dependencies.
yarn dev
yarn lintrun just eslintyarn testrun lint and tests
yarn ship
Don't forget to 🌟 Star 🌟 the repo if you like this GitHub Action !