branch: externals/leaf
commit d5fe9581fa6be4da86a59d7f5c34fc30393f7f05
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>
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'