Skip to content

Expose fieldName, oldValue and newValue on onCellEditRequest #137

Expose fieldName, oldValue and newValue on onCellEditRequest

Expose fieldName, oldValue and newValue on onCellEditRequest #137

Workflow file for this run

name: "Tests"
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
- uses: actions/cache@v2
with:
path: ~/.elm
key: ${{ runner.os }}-elm-${{ hashFiles('package-lock.json', 'elm.json') }}
- run: npm ci
- run: npm test