Skip to content

[DO NOT MERGE] support creating multiple ssh connections #2282

[DO NOT MERGE] support creating multiple ssh connections

[DO NOT MERGE] support creating multiple ssh connections #2282

Workflow file for this run

name: precommit
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
precommit:
runs-on: ubuntu-22.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- uses: pre-commit/[email protected]