Skip to content

fix: DList timeout=0 means wait indefinitely #236

fix: DList timeout=0 means wait indefinitely

fix: DList timeout=0 means wait indefinitely #236

Workflow file for this run

name: Pre-commit
on:
pull_request:
push:
branches: master
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0