Skip to content

chore: bump p-queue from 6.6.2 to 8.0.1 #1045

chore: bump p-queue from 6.6.2 to 8.0.1

chore: bump p-queue from 6.6.2 to 8.0.1 #1045

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- develop
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/dependencies
with:
root: true
packages-react: true
- run: yarn lint
- name: typecheck
run: |
yarn --cwd packages/react build
yarn typecheck