From 4b8d74623d772d673ce7bfc201a505e85fa61720 Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Tue, 20 Feb 2024 22:51:16 +0200 Subject: [PATCH] fix indentation --- .github/workflows/pr_test_build.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pr_test_build.yml b/.github/workflows/pr_test_build.yml index c6e9c1820..8919df349 100644 --- a/.github/workflows/pr_test_build.yml +++ b/.github/workflows/pr_test_build.yml @@ -34,17 +34,17 @@ jobs: sudo rm -rf "$AGENT_TOOLSDIRECTORY" - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - # all of these default to true, but feel free to set to - # "false" if necessary for your workflow - android: false - tool-cache: true - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true + uses: jlumbroso/free-disk-space@main + with: + # all of these default to true, but feel free to set to + # "false" if necessary for your workflow + android: false + tool-cache: true + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: true - uses: actions/checkout@v2 - uses: actions/setup-java@v1