Skip to content

fix: RecordBatch missing from_arrays and from_pandas (#108) #169

fix: RecordBatch missing from_arrays and from_pandas (#108)

fix: RecordBatch missing from_arrays and from_pandas (#108) #169

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
taplo-lint:
name: taplo lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: uncenter/setup-taplo@v1
with:
version: "0.9.3"
- run: taplo fmt --check