Skip to content

chore: update hello.yaml #3

chore: update hello.yaml

chore: update hello.yaml #3

Workflow file for this run

name: Hello World
on:
push:
branches:
- master
jobs:
hello_world_job:
runs-on: arc-runner-k8s
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Print Hello World
run: echo "Hello, World!!"