Skip to content

Merge pull request #21 from data-apis/polars-arrow-support #103

Merge pull request #21 from data-apis/polars-arrow-support

Merge pull request #21 from data-apis/polars-arrow-support #103

Workflow file for this run

name: Linting
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: Run pre-commit hook
uses: pre-commit/action@v2.0.3