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 3b7ee64 commit 2809c85Copy full SHA for 2809c85
.github/workflows/hello-world.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