Skip to content

Make schemaHash synchronous so we can use it for type identity in syn… #503

Make schemaHash synchronous so we can use it for type identity in syn…

Make schemaHash synchronous so we can use it for type identity in syn… #503

Workflow file for this run

name: "Test"
on:
push:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: ./.github/actions/setup-test-env
- name: Test
shell: bash
run: pnpm test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: ./.github/actions/setup-test-env
- name: Lint
shell: bash
run: pnpm lint
build-js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: ./.github/actions/setup-test-env
- name: Build
shell: bash
run: pnpm build