1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-25 02:46:01 +01:00

Checkout with depth

This commit is contained in:
Alex Plate 2021-05-17 23:09:48 +03:00
parent 60b1e14e54
commit 3e5106525d
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 50
- name: Set up JDK 11
uses: actions/setup-java@v2
with: