Skip to content

Copy/paste detecting GitHub Action for programming source code (jscpd)

Notifications You must be signed in to change notification settings

Pposong-Hantaihe/dry-code

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dry-code

image

Copy/paste detecting GitHub Action for programming source code with jscpd

Action inputs

Action input Description Default Value Required
options The jscpd options. More informations about jscpd options here X
arguments Path to the directory to be scanned . X
token GitHub Repository token O

Comment examples

image

Example YAML snippets

on: [pull_request]

jobs:
  dry-code-action:
    runs-on: ubuntu-latest
    name: Dry Code Action
    steps:
      - name: Checkout Repository
        uses: actions/checkout@v2
      - name: Dry Code Action
        uses: Pposong-Hantaihe/dry-code@v1.0.2
        with:
          token: "${{ secrets.GITHUB_TOKEN }}"

Contributors

Yongwook Lee Taehyuk Han
Yongwook Lee Taehyuk Han

About

Copy/paste detecting GitHub Action for programming source code (jscpd)

Resources

Stars

Watchers

Forks

Packages

No packages published