From 037d69126dff11e5834bc035007ef1ed0e2bc4bd Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 31 Jan 2021 23:39:06 +0100 Subject: [PATCH] yaml syntax fix --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8477ccf..a1e1f34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,11 @@ jobs: test: runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - node: ['14'] + strategy: + fail-fast: false + matrix: + os: [ubuntu-latest, macos-latest, windows-latest] + node: ['14'] steps: - uses: actions/checkout@v2