Skip to content

chore: migrate prettier to biome #84

chore: migrate prettier to biome

chore: migrate prettier to biome #84

Workflow file for this run

name: tests
on:
push:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: CI-check
run: pnpm run test