Skip to content

Workflow file for this run

name: GitHub Actions Demo
on: [push]
jobs:
echo_hello_world:
runs-on: ubuntu-latest
steps:
- run: echo "hello world!!"