We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf34727 commit c7384a3Copy full SHA for c7384a3
1 file changed
.github/workflows/hello.yml
@@ -0,0 +1,8 @@
1
+name: hello-world
2
+on: push
3
+jobs:
4
+ my-job:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: my-step
8
+ run: echo "Hello World!"
0 commit comments