Skip to content

[pipeline] Add batched routing to path_variants #3918

[pipeline] Add batched routing to path_variants

[pipeline] Add batched routing to path_variants #3918

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1