Skip to content

fix: parse post-2010 showDataAs modes from the x14 dataField extension #222

fix: parse post-2010 showDataAs modes from the x14 dataField extension

fix: parse post-2010 showDataAs modes from the x14 dataField extension #222

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run lint
typecheck:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run typecheck
test:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run test