Namespace shell variables
- Use namespaced variables in the plugin hook to prevent accidentally overwriting environment defined in the pipeline.
- This was necessary since the names used in the plugin hook were very generic names like 'ENV', 'FILE' and 'TOKEN'
- Add GitHub action to run tests
- Add warning to README about using
NPM_TOKEN
as the name of the environment supplied to theenv
parameter - Add build badges