https://github.com/neo-hack/action-jscpdrs
a github action to help u detect copy/past code
https://github.com/neo-hack/action-jscpdrs
javascript-action jscpd rust
Last synced: 9 months ago
JSON representation
a github action to help u detect copy/past code
- Host: GitHub
- URL: https://github.com/neo-hack/action-jscpdrs
- Owner: neo-hack
- License: mit
- Created: 2021-03-06T09:19:03.000Z (almost 5 years ago)
- Default Branch: v1
- Last Pushed: 2021-12-14T01:38:49.000Z (about 4 years ago)
- Last Synced: 2025-02-04T19:40:45.252Z (11 months ago)
- Topics: javascript-action, jscpd, rust
- Language: JavaScript
- Homepage:
- Size: 5.78 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# action-jscpdrs
> a action to detect copy/paste
## usage
```yaml
name: "cpd"
on: [push]
jobs:
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: spring-catponents/action-jscpdrs@v1
with:
repotoken: ${{ secrets.GITHUB_TOKEN }}
```
it will create issue contain `copy/paste` code.
## develop
```console
yarn build
git add .
git push
```