We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13bbb2d + cff5896 commit 9345414Copy full SHA for 9345414
.github/workflows/electron.yml
@@ -0,0 +1,30 @@
1
+name: CI
2
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+
7
+jobs:
8
+ build_on_mac:
9
+ runs-on: macOS-latest
10
+ steps:
11
+ - uses: actions/checkout@master
12
+ with:
13
+ ref: electron
14
+ - uses: actions/setup-node@master
15
16
+ node-version: 20.18.0
17
+ - name: see directory
18
+ run: ls
19
20
+ build_on_win:
21
+ runs-on: windows-2016
22
23
24
25
+ ref: feature/github-actions
26
27
28
29
30
0 commit comments