Skip to content

fix: handle nested array values in ENR field display (#49) #88

fix: handle nested array values in ENR field display (#49)

fix: handle nested array values in ENR field display (#49) #88

Workflow file for this run

name: Checks
on: [pull_request, push]
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install pnpm
uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm build
- run: pnpm check-types
- run: pnpm lint