Skip to content

Create main.yml

Create main.yml #21

Workflow file for this run

name: Test workflow
on:
- push
jobs:
say-hello:
name: Say Hello
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Say Hello
run: echo "Hello"