emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/leaf d5fe958 11/29: indent test.tml


From: Stefan Monnier
Subject: [elpa] externals/leaf d5fe958 11/29: indent test.tml
Date: Tue, 10 Nov 2020 14:47:40 -0500 (EST)

branch: externals/leaf
commit d5fe9581fa6be4da86a59d7f5c34fc30393f7f05
Author: conao3 <conao3@gmail.com>
Commit: conao3 <conao3@gmail.com>

    indent test.tml
---
 .github/workflows/test.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9bbcbcc..8a90e6c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -24,15 +24,15 @@ jobs:
           - emacs_version: 'snapshot'
             allow_failure: true
     steps:
-    - uses: actions/checkout@v1
-    - uses: purcell/setup-emacs@master
-      with:
-        version: ${{ matrix.emacs_version }}
+      - uses: actions/checkout@v1
+      - uses: purcell/setup-emacs@master
+        with:
+          version: ${{ matrix.emacs_version }}
 
-    - name: Run tests
-      if: matrix.allow_failure != true
-      run: 'make check'
+      - name: Run tests
+        if: matrix.allow_failure != true
+        run: 'make check'
 
-    - name: Run tests (allow failure)
-      if: matrix.allow_failure == true
-      run: 'make check || true'
+      - name: Run tests (allow failure)
+        if: matrix.allow_failure == true
+        run: 'make check || true'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]