Skip to content

Commit f2225d4

Browse files
feat: use barecheck package to track code duplications (#54)
* feat: use barecheck package to track code duplications * fix: cover string to list * try to fetch duplicates * build * feat: remove unneeded depth * fix: barecheck api integration * fix: passing variables to barecheck API * fix: debug output * fix: refactoring * feat: use barecheck package * fix: import
1 parent 0ae4884 commit f2225d4

9 files changed

Lines changed: 7862 additions & 7499 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
with:
11-
fetch-depth: ""
12-
- run: |
13-
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
10+
1411
- name: Use Node.js 14.16.1
1512
uses: actions/setup-node@v1
1613
with:

0 commit comments

Comments
 (0)