Skip to content

Create actions_items.yaml #1

Create actions_items.yaml

Create actions_items.yaml #1

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