Añadir '.github/workflows/01-hello-world.yaml'
hello-world / my-job (push) Successful in 9s
Details
hello-world / my-job (push) Successful in 9s
Details
parent
a72fdcd215
commit
4f39f9554e
@ -0,0 +1,8 @@
|
|||||||
|
name: hello-world
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
my-job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: my-step
|
||||||
|
run: echo "Hello World!"
|
Loading…
Reference in New Issue