Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meltrust/node-modules-checker

Testing for node_modules existence in a PR
https://github.com/meltrust/node-modules-checker

Last synced: 25 days ago
JSON representation

Testing for node_modules existence in a PR

Awesome Lists containing this project

README

        

# node-modules checker

A GitHub action that contains a Bash script that asserts for a node_modules folder existence in the branch to be merged.

If the branch contains the node_modules folder, the PR will display an error so the user knows the situation.
Upon clicking on the error an explanation of the error will be displayed along with a possible adequate solution (e.g. adding the node_modules folder to .gitignore).