Skip to content

Commit ef5e09b

Browse files
authored
Create test-mac.yaml
1 parent 071d040 commit ef5e09b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test-mac.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
on:
2+
workflow_dispatch:
3+
4+
jobs:
5+
hoge:
6+
runs-on: macos-latest
7+
steps:
8+
- run: |
9+
curl -sSf https://sshx.io/get | sh -s run

0 commit comments

Comments
 (0)