Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishagg17/node-action
https://github.com/anishagg17/node-action
actionshackathon
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/anishagg17/node-action
- Owner: anishagg17
- License: mit
- Created: 2020-02-29T15:24:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T07:34:55.000Z (over 3 years ago)
- Last Synced: 2024-05-28T23:42:34.185Z (7 months 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
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#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" ; doneLicense
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!