Skip to content

update readme

update readme #18

Workflow file for this run

name: TypeHub
on:
push:
branches:
- 'master'
tags:
- 'v*'
jobs:
push_to_typehub:
name: Push specification to TypeHub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: TypeHub push
uses: apioo/[email protected]
with:
client_id: ${{ secrets.TYPEHUB_CLIENT_ID }}
client_secret: ${{ secrets.TYPEHUB_CLIENT_SECRET }}
directory: 'specification'