branch: elpa/yasnippet-snippets
commit 952a02763cd4855b15e3b2999a0b029670fdfa99
Author: Andrea Crotti <andrea.crott...@gmail.com>
Commit: Andrea Crotti <andrea.crott...@gmail.com>

    fix indentation
---
 .github/workflows/clojure.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml
index 8e56a3ceb7..ee2b2646c0 100644
--- a/.github/workflows/clojure.yml
+++ b/.github/workflows/clojure.yml
@@ -12,17 +12,17 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
-      - name: Setup Java
-        uses: actions/setup-java@v3
-        with:
-          distribution: 'temurin'
-          java-version: '21'
+    - name: Setup Java
+      uses: actions/setup-java@v3
+      with:
+        distribution: 'temurin'
+        java-version: '21'
 
-      - name: Install Clojure Tools
-        uses: DeLaGuardo/setup-clojure@13.4
-        with:
-          cli: latest
-          lein: latest
+    - name: Install Clojure Tools
+      uses: DeLaGuardo/setup-clojure@13.4
+      with:
+        cli: latest
+        lein: latest
 
     - name: generate html report
       run: cd report && lein run

Reply via email to