Skip to content

CI/CD configure

CI/CD configure #1

Workflow file for this run

on:
pull_request:
jobs:
echo-hello-world:
runs-on: ubuntu-latest
name: Echo Hello World Job
steps:
- uses: actions/checkout@v2
- run: echo Hello World!