Skip to content

Improve long results handling #99

Improve long results handling

Improve long results handling #99

Workflow file for this run

name: Lint, format, build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 22
cache: "yarn"
- run: yarn
- run: yarn ci