Skip to content

Replace piscina with tinypool (#82) #189

Replace piscina with tinypool (#82)

Replace piscina with tinypool (#82) #189

Workflow file for this run

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