Skip to content

Create workflow_test.yml #1

Create workflow_test.yml

Create workflow_test.yml #1

Workflow file for this run

name: hello-world
'on': push
jobs:
my-job:
runs-on: macos-latest
steps:
- name: my-step
run: echo "Test V1"