https://github.com/anishagg17/node-action
https://github.com/anishagg17/node-action
actionshackathon
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anishagg17/node-action
- Owner: anishagg17
- License: mit
- Created: 2020-02-29T15:24:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T07:34:55.000Z (over 4 years ago)
- Last Synced: 2025-01-28T03:28:41.577Z (about 1 year ago)
- Topics: actionshackathon
- Language: JavaScript
- Homepage:
- Size: 499 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
node-action #ActionsHackathon
[](#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](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!