Skip to content

doc ($ README) Update README #42

doc ($ README) Update README

doc ($ README) Update README #42

Workflow file for this run

name: hello-world
on: push
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!