Skip to content

add initial CI

add initial CI #1

Workflow file for this run

name: Deployment
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
hello_world_job:
runs-on: ubuntu-20.04
steps:
- name: Say hello
run: |
echo "Hello World!"