Skip to content

Commit 670d092

Browse files
committed
Merge branch 'main' of https://github.com/continuedev/continue into fix-jetbrains-compiler-warnings
2 parents b97108d + 4fdb919 commit 670d092

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+59734
-2815
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)