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 c2f1e7f commit 960f36bCopy full SHA for 960f36b
.github/workflows/main.yml
@@ -0,0 +1,8 @@
1
+on:
2
+ push:
3
+
4
+jobs:
5
+ hello:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - run: echo hello
0 commit comments