Skip to content

Update hello_world.yaml #2

Update hello_world.yaml

Update hello_world.yaml #2

Workflow file for this run

name: Hello World
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
with:
node-version: '16.x'
- name: Run Hello World script
run: echo "Hello, World!"