Skip to content

Merge branch 'main' of github.com:dask-contrib/dask-deltatable into f… #48

Merge branch 'main' of github.com:dask-contrib/dask-deltatable into f…

Merge branch 'main' of github.com:dask-contrib/dask-deltatable into f… #48

Workflow file for this run

---
name: Python Style Check
on: [push,pull_request]
jobs:
checks:
name: pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: pre-commit/action@v3.0.0