From 26efaf05e3df22cc4eaa241557b464b116481ee0 Mon Sep 17 00:00:00 2001 From: "Tarn W. Burton" Date: Tue, 15 Oct 2024 10:14:31 -0400 Subject: [PATCH] Fix indentation --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd7a6b1e..b900eceb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,13 +14,13 @@ jobs: shell: bash -l {0} strategy: fail-fast: false - matrix: - lisp: - - abcl - - ccl - - clasp - - ecl - - sbcl + matrix: + lisp: + - abcl + - ccl + - clasp + - ecl + - sbcl runs-on: ubuntu-latest container: image: ghcr.io/yitzchak/archlinux-cl:latest