Skip to content

Merge pull request #33 from delta-incubator/storage_options_del_vectors #32

Merge pull request #33 from delta-incubator/storage_options_del_vectors

Merge pull request #33 from delta-incubator/storage_options_del_vectors #32

Workflow file for this run

name: Lint with Ruff
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Lint with Ruff
run: ruff ./deltatorch/