From f605e6b511e530749bed7be2853eb552c8029814 Mon Sep 17 00:00:00 2001 From: Thomas Couchoud <1688389+Rakambda@users.noreply.github.com> Date: Sun, 25 Aug 2024 21:46:23 +0200 Subject: [PATCH] Format --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 767e487..20eefcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,11 +7,13 @@ on: jobs: test_shell: - name: Test shell + name: Test shell ${{ matrix.shell }} runs-on: windows-latest strategy: matrix: - shell: [ powershell, pwsh ] + shell: + - powershell + - pwsh steps: - name: Checkout Bucket uses: actions/checkout@v4.1.7