Skip to content

feat: extend json path output type #481

feat: extend json path output type

feat: extend json path output type #481

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Main
on:
push:
branches: ['**']
pull_request:
branches: ['**']
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: '.tmp'
key: ${{ runner.os }}-isolatetmp
restore-keys: |
${{ runner.os }}-isolatetmp
- name: Install packages
run: yarn install
- name: Dependency audit
run: yarn audit --groups dependencies
- name: Lint
run: yarn lint
- name: Prettier
run: yarn prettier:check
- name: Test
run: yarn test
- name: Test isolate
run: |
yarn global add @betty-blocks/cli
yarn test:isolate