Skip to content

Revert "Merge SPDL_HOLD_GIL and NB_FREE_THREADED macro (#223)" #162

Revert "Merge SPDL_HOLD_GIL and NB_FREE_THREADED macro (#223)"

Revert "Merge SPDL_HOLD_GIL and NB_FREE_THREADED macro (#223)" #162

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
paths-ignore:
- "docs/**"
- "packaging/**"
- "*.md"
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]