Skip to content

Option data type bug fix #19

Option data type bug fix

Option data type bug fix #19

Workflow file for this run

name: Quality Check
on:
push:
paths-ignore:
- "README.md"
- "LICENSE"
- ".github/workflows/build.yml"
jobs:
job:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.16.1
- name: Prepare
run: yarn install --frozen-lockfile
- name: Quality Check
run: yarn type-check