Skip to content

wip: fixup ui displaying of properties #3028

wip: fixup ui displaying of properties

wip: fixup ui displaying of properties #3028

Workflow file for this run

name: Format check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
- name: yarn update
run: |
yarn
- name: check format
run: |
yarn prettier --check .