Skip to content

Add test

Add test #3

Workflow file for this run

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