Skip to content

Commit

Permalink
Update lintr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored Oct 22, 2024
1 parent 16abd3d commit 77f2261
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lintr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ jobs:
with:
sarif_file: lintr-results.sarif
wait-for-processing: true
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: "R/, tests/"

0 comments on commit 77f2261

Please sign in to comment.