Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 2, 2022
1 parent d9e5730 commit 83eb622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: ${{fromJson(needs.ruby-versions.outputs.versions)}}
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 83eb622

Please sign in to comment.