Skip to content

test github action 2 #2

test github action 2

test github action 2 #2

Workflow file for this run

name: Our First Workflow
on: push
jobs:
echo:
runs-on: ubuntu-latest
steps:
- run: echo 'Hellworld, Github Actions!'