Skip to content

[WIP] Fix coverage collect in child process #433

[WIP] Fix coverage collect in child process

[WIP] Fix coverage collect in child process #433

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup Node.js
uses: actions/setup-node@v6
- name: Install dependencies
run: yarn
- name: Run prettier
run: yarn lint