Skip to content

Create test.yml

Create test.yml #1

Workflow file for this run

name: Hello World
on: [push]
jobs:
say_hello:
runs-on: ubuntu-latest
steps:
- name: Print hello
run: echo "Hello, GitHub Actions!"