Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 440 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 440 Bytes

action-jscpdrs

a action to detect copy/paste

usage

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

yarn build
git add .
git push