Skip to content

add

add #8

Workflow file for this run

name: Hello
on: push
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "Hello world"
- uses: actions/checkout@v4