Skip to content

Commit

Permalink
ci: use partial clone for faster checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningEnlightenment committed Mar 2, 2025
1 parent 3801b1a commit 19fd842
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
filter: blob:limit=2m
- uses: actions/setup-node@v4
with:
node-version: 18
Expand All @@ -31,6 +33,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
filter: blob:limit=2m
- uses: actions/setup-node@v4
with:
node-version: 18
Expand All @@ -46,6 +50,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
filter: blob:limit=2m
- uses: actions/setup-node@v4
with:
node-version: 18
Expand All @@ -66,6 +72,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
filter: blob:limit=2m
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
filter: blob:limit=2m
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 19fd842

Please sign in to comment.