refactor(usb_host): Removed parent_dev_hdl and parent_port_num from Enum Driver (part1/4) #1450
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pre-commit | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize] | |
jobs: | |
pre-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-python@v5.2.0 | |
- uses: pre-commit/action@v3.0.1 |