Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit d00e747

Browse files
committed
ci: remove clone limit
1 parent a760997 commit d00e747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linter.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout Code
1717
uses: actions/checkout@v2
18+
with:
19+
fetch-depth: 0
1820
- name: Lint Code Base
1921
uses: docker://github/super-linter:v3
2022
env:

0 commit comments

Comments
 (0)