From 36f7fa75a26860e0efa0525f72840291ae152af4 Mon Sep 17 00:00:00 2001 From: Juho Leinonen Date: Fri, 3 Nov 2023 16:03:42 +0200 Subject: [PATCH] Fix indentation in GitHub Actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37b5f3e91..9f6dbe95b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,10 @@ jobs: steps: - uses: actions/checkout@v3 - name: Prepare java - uses: actions/setup-java@v3 - with: - distribution: 'temurin' - java-version: '17' + uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '17' - name: Install clojure tools uses: DeLaGuardo/setup-clojure@10.3 with: