From 0b84fedb7e8371e1dcd3a332faec6ba7f68363fb Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Thu, 19 Oct 2023 15:03:55 -0600 Subject: [PATCH] Fix formatting (why didn't the Actions plugin find this?) --- .github/workflows/test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a235b02..aece109 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,14 +26,14 @@ jobs: - uses: actions/checkout@v4 - uses: mamba-org/setup-micromamba@v1 - with: - micromamba-version: latest - environment-name: testing - create-args: >- - make - cmake - c-compiler - pkg-config + with: + micromamba-version: latest + environment-name: testing + create-args: >- + make + cmake + c-compiler + pkg-config - name: Make cmake build directory run: cmake -E make_directory build