From ca7fe3d91fd660429e8e1c268f8e3bd20e68b61c Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 24 Feb 2020 22:09:17 +0100 Subject: [PATCH] Use consistent array indentation in YAML --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41da8cc..ce3c45a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,9 +60,9 @@ jobs: fail-fast: false matrix: cfg: - - { ruby: rubinius, os: ubuntu-18.04 } - - { ruby: mingw , os: windows-latest } - - { ruby: mswin , os: windows-latest } + - { ruby: rubinius, os: ubuntu-18.04 } + - { ruby: mingw , os: windows-latest } + - { ruby: mswin , os: windows-latest } name: ${{ matrix.cfg.os }} ${{ matrix.cfg.ruby }} runs-on: ${{ matrix.cfg.os }} steps: