Skip to content

fix: fix JSON parsing #3

fix: fix JSON parsing

fix: fix JSON parsing #3

Workflow file for this run

name: 'push'
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
yarn install
yarn tsc --noEmit