Skip to content

Commit ca847ea

Browse files
committed
Merge branch 'main' of https://github.com/continuedev/continue into dallin/assistant-config-docs-updates
2 parents b3fadf1 + 9036fb8 commit ca847ea

File tree

10 files changed

+57785
-2118
lines changed

10 files changed

+57785
-2118
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,17 @@ jobs:
338338
runs-on: ubuntu-latest
339339
timeout-minutes: 15
340340
steps:
341+
- name: Free disk space
342+
uses: jlumbroso/free-disk-space@main
343+
with:
344+
tool-cache: false
345+
android: true
346+
dotnet: true
347+
haskell: true
348+
large-packages: false
349+
docker-images: true
350+
swap-storage: true
351+
341352
- uses: actions/checkout@v5
342353
- name: Run JetBrains tests
343354
uses: ./.github/actions/run-jetbrains-tests

0 commit comments

Comments
 (0)