Skip to content

fix: coerce accessor key to string during column creation #483

fix: coerce accessor key to string during column creation

fix: coerce accessor key to string during column creation #483

Workflow file for this run

name: pr
on: [pull_request]
jobs:
test:
name: 'Test (node ${{ matrix.node }})'
runs-on: ubuntu-latest
strategy:
matrix:
node: [16]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Run Checks
run: npm run pr