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 clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
yarn dev
yarn lint
run just eslintyarn test
run lint and tests
yarn ship
Don't forget to 🌟 Star 🌟 the repo if you like this GitHub Action !