Skip to content

Test PR workflow

Test PR workflow #28

Workflow file for this run

name: Package Test
on:
pull_request:
push:
jobs:
dummy:
name: dummy
runs-on: ubuntu-latest
steps:
- name: Dummy
run: echo "Hello World"