Skip to content

initial github actions commit #1

initial github actions commit

initial github actions commit #1

Workflow file for this run

name: app
run-name: ${{ github.actor }} is running pipeline
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- run: |
echo "hello world"