boris commited on
Commit
6b5023f
1 Parent(s): d8b128b

fix(action): clone full repo

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -0
.github/workflows/main.yml CHANGED
@@ -14,6 +14,8 @@ jobs:
14
  runs-on: ubuntu-latest
15
  steps:
16
  - uses: actions/checkout@v2
 
 
17
  - name: Check large files
18
  uses: ActionsDesk/lfs-warning@v2.0
19
  with:
 
14
  runs-on: ubuntu-latest
15
  steps:
16
  - uses: actions/checkout@v2
17
+ with:
18
+ fetch-depth: 0
19
  - name: Check large files
20
  uses: ActionsDesk/lfs-warning@v2.0
21
  with: