Skip to content

Commit

Permalink
actions: add duplicate code detection
Browse files Browse the repository at this point in the history
  • Loading branch information
afermg committed Dec 4, 2024
1 parent 722f970 commit 2f52944
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/duplicate-code-detection.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Duplicate code

on: pull_request

jobs:
duplicate-code-check:
name: Check for duplicate code
runs-on: ubuntu-20.04
steps:
- name: Check for duplicate code
uses: platisd/duplicate-code-detection-tool@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directories: "workspace/analysis"

0 comments on commit 2f52944

Please sign in to comment.