Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

fix

fix #1401

Workflow file for this run

name: Typecheck
on: [push, pull_request, release]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Typecheck Primitives and Protocols
run: examples/typecheck_examples.sh