Skip to content

fix build

fix build #353

Workflow file for this run

name: Prettier and ESLint
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: corepack enable
- uses: actions/setup-node@v2
with:
node-version: "20.x"
cache: "yarn"
- run: yarn install
- run: yarn lint