Skip to content

wip: testing

wip: testing #1

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Hello, world!"