Skip to content

enable vLLM EKS EC2 test on pipeline #11843

enable vLLM EKS EC2 test on pipeline

enable vLLM EKS EC2 test on pipeline #11843

Workflow file for this run

name: dlc-format-check
on: [pull_request]
jobs:
python-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@24.8.0
with:
options: "--check --verbose -l 100"