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 30feff8 commit 1d3bb50Copy full SHA for 1d3bb50
.github/workflows/build.yml
@@ -10,9 +10,9 @@ on:
10
jobs:
11
build:
12
runs-on: ${{ matrix.os }}
13
- strategy:
14
- matrix:
15
- os: [macos-latest, ubuntu-latest, windows-latest]
+ strategy:
+ matrix:
+ os: [macos-latest, ubuntu-latest, windows-latest]
16
steps:
17
- name: Notify slack success
18
if: success()
.github/workflows/ci.yml
ci:
0 commit comments