Skip to content

chore: Bump pandas-stubs from 3.0.5.260730 to 3.0.5.260914 #2051

chore: Bump pandas-stubs from 3.0.5.260730 to 3.0.5.260914

chore: Bump pandas-stubs from 3.0.5.260730 to 3.0.5.260914 #2051

Workflow file for this run

name: JavaScript Build and Lint
on:
push:
branches:
- "main"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
# Note: this should stay synced with the volta-pinned version in
# package.json
- uses: actions/setup-node@v7
with:
node-version: "22"
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile
- name: Biome check
run: pnpm run check