We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1574218 commit 2bd0b79Copy full SHA for 2bd0b79
.github/workflows/ci.yml
@@ -11,9 +11,9 @@ jobs:
11
test:
12
name: CI
13
runs-on: ${{ matrix.os }}
14
- strategy:
15
- matrix:
16
- os: [macos-latest, ubuntu-latest, windows-latest]
+ strategy:
+ matrix:
+ os: [macos-latest, ubuntu-latest, windows-latest]
17
steps:
18
- uses: actions/checkout@v1
19
- uses: actions/setup-ruby@v1
.github/workflows/test.yml
@@ -10,9 +10,9 @@ jobs:
10
name: Testing
0 commit comments