Skip to content

Commit 1768f75

Browse files
Seulgi Kimsgkim126
authored andcommitted
Fetch 1 commit for GitHub actions
1 parent 83d6f95 commit 1768f75

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
fail-fast: false
1313
steps:
1414
- uses: actions/checkout@v1
15+
with:
16+
fetch-depth: 1
1517
- uses: actions-rs/toolchain@v1
1618
with:
1719
toolchain: 1.39.0

.github/workflows/cargo-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v1
11+
with:
12+
fetch-depth: 1
1113
- uses: actions-rs/toolchain@v1
1214
with:
1315
toolchain: nightly-2019-11-06
@@ -22,6 +24,8 @@ jobs:
2224
runs-on: ubuntu-latest
2325
steps:
2426
- uses: actions/checkout@v1
27+
with:
28+
fetch-depth: 1
2529
- uses: actions-rs/toolchain@v1
2630
with:
2731
toolchain: nightly-2019-11-06
@@ -38,6 +42,8 @@ jobs:
3842
os: [macOS-latest, ubuntu-latest]
3943
steps:
4044
- uses: actions/checkout@v1
45+
with:
46+
fetch-depth: 1
4147
- uses: actions-rs/toolchain@v1
4248
with:
4349
toolchain: 1.39.0

.github/workflows/yarn-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v1
11+
with:
12+
fetch-depth: 1
1113
- working-directory: ./test
1214
run: yarn
1315
- working-directory: ./test

0 commit comments

Comments
 (0)