Skip to content

yarn to pnpm

yarn to pnpm #81

Workflow file for this run

name: test
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npx prettier -c .
- run: npx eslint .
- run: npx tsc --noEmit