Skip to content

Merge branch 'master' of github.com:yianchenhpe/pycapnp #2

Merge branch 'master' of github.com:yianchenhpe/pycapnp

Merge branch 'master' of github.com:yianchenhpe/pycapnp #2

Workflow file for this run

name: workflow-test
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: echo
run: |
echo "Hello world!"