Skip to content

Integrate the Spark-Connect tests with the existing test suite & CI #147

Integrate the Spark-Connect tests with the existing test suite & CI

Integrate the Spark-Connect tests with the existing test suite & CI #147

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
- planning-1.0-release
workflow_dispatch:
jobs:
precommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run pre-commit hooks
run: |
pip install pre-commit
pre-commit install
pre-commit run -a