We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071d040 commit ef5e09bCopy full SHA for ef5e09b
.github/workflows/test-mac.yaml
@@ -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