Skip to content

github action

github action #3

Workflow file for this run

name: my github action
on: [push]
jobs:
print-hello-world:
runs-on: ubuntu-latest
steps:
- run: echo "hello world"
- run: echo this is step 2"