Skip to content

feat: inline HJSON parse within data-story/core and remove data-story/hjson package #980

feat: inline HJSON parse within data-story/core and remove data-story/hjson package

feat: inline HJSON parse within data-story/core and remove data-story/hjson package #980

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn run ci:test