Skip to content

v0.1.3

v0.1.3 #14

Workflow file for this run

name: Test
on: [push, pull_request, release]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Print github context
run: echo '${{ toJSON(github) }}'