File tree Expand file tree Collapse file tree 3 files changed +4
-24
lines changed Expand file tree Collapse file tree 3 files changed +4
-24
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- runs-on : ubuntu-latest
11+ strategy :
12+ matrix :
13+ os : [ubuntu-latest, windows-latest]
14+ runs-on : ${{ matrix.os }}
1215 steps :
1316 - uses : actions/setup-node@v6
1417 with :
Original file line number Diff line number Diff line change 11# Zulip Desktop Client
22
33[ ![ Build Status] ( https://github.com/zulip/zulip-desktop/actions/workflows/node.js.yml/badge.svg )] ( https://github.com/zulip/zulip-desktop/actions/workflows/node.js.yml?query=branch%3Amain )
4- [ ![ Windows Build Status] ( https://ci.appveyor.com/api/projects/status/github/zulip/zulip-desktop?branch=main&svg=true )] ( https://ci.appveyor.com/project/zulip/zulip-desktop/branch/main )
54[ ![ XO code style] ( https://img.shields.io/badge/code_style-XO-5ed9c7.svg )] ( https://github.com/sindresorhus/xo )
65[ ![ project chat] ( https://img.shields.io/badge/zulip-join_chat-brightgreen.svg )] ( https://chat.zulip.org )
76
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments