Skip to content

chore(deps-dev): bump datafusion from 53.0.0 to 54.0.0 #338

chore(deps-dev): bump datafusion from 53.0.0 to 54.0.0

chore(deps-dev): bump datafusion from 53.0.0 to 54.0.0 #338

Workflow file for this run

name: Run linter and formatter
on:
pull_request:
push:
branches: [ main ]
tags: [ 'v*.*.*' ]
permissions:
contents: read
jobs:
test:
name: Lint and Format
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.6
with:
pixi-version: v0.62.2
- name: Run ruff linter
run: |
pixi run lint
- name: Run ruff formatter
run: |
pixi run format --check