Skip to content

fix(serial.py): Pytest-embedded leaks file descriptors when used with pytest-lazy-fixture (RDT-577) #104

fix(serial.py): Pytest-embedded leaks file descriptors when used with pytest-lazy-fixture (RDT-577)

fix(serial.py): Pytest-embedded leaks file descriptors when used with pytest-lazy-fixture (RDT-577) #104

name: Check pre-commit
on:
pull_request:
jobs:
check-pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]