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 71d74b3 commit fa50edcCopy full SHA for fa50edc
.github/workflows/hello.yml
@@ -0,0 +1,9 @@
1
+name: Hello, World!
2
+on: push
3
+
4
+jobs:
5
+ build:
6
+ name: Greeting
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - run: echo "Hello, World!"
0 commit comments