Skip to content

Infra to convert ndjsons to parquets #21

Infra to convert ndjsons to parquets

Infra to convert ndjsons to parquets #21

Workflow file for this run

name: Ruff Linting
on:
pull_request:
branches: [ main, master ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.14'
- name: Install Ruff
run: pip install ruff
- name: Run Ruff check
run: ruff check .
- name: Run Ruff format check
run: ruff format --check .