Skip to content

cross post new dask dataframe post to dask blog (#175) #140

cross post new dask dataframe post to dask blog (#175)

cross post new dask dataframe post to dask blog (#175) #140

Workflow file for this run

name: Linting
on:
push:
branches: gh-pages
pull_request:
branches: gh-pages
jobs:
checks:
name: "pre-commit hooks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- uses: pre-commit/[email protected]