Skip to content

anishagg17/node-action

Repository files navigation

node-action #ActionsHackathon

All Contributors

This action checks each image in the commit to detects nudity and other inappropriate content in it.

Usage See action.yml

Works for node 8.x, 10.x, 12.x

  • uses: actions/checkout@v2
  • name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }}
  • run: npm install
  • name: run loop run: for filename in images/*; do node app.js "$filename" ; done

License The scripts and documentation in this project are released under the MIT License

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Anish Aggarwal

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published