Skip to content

[zephyr] Replace Parquet shuffle with zstd-chunk format (#4782) #7667

[zephyr] Replace Parquet shuffle with zstd-chunk format (#4782)

[zephyr] Replace Parquet shuffle with zstd-chunk format (#4782) #7667

name: Marin - Lint and Format Check
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint-and-format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install uv and Python
uses: astral-sh/setup-uv@v6
with:
version: "0.7.20"
python-version: "3.11"
enable-cache: true
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Run pre-commit checks
run: ./infra/pre-commit.py --all-files