Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meltrust/node-modules-checker
- Owner: Meltrust
- License: mit
- Created: 2022-05-06T11:03:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T18:22:42.000Z (7 months ago)
- Last Synced: 2024-10-18T06:52:36.957Z (3 months ago)
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).