Skip to content

Docs on GitHub pages, pre-commit hook for whitespace #547

Docs on GitHub pages, pre-commit hook for whitespace

Docs on GitHub pages, pre-commit hook for whitespace #547

Workflow file for this run

name: Linter
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
# - name: free disk space
# uses: jlumbroso/[email protected]
- name: checkout repo
uses: actions/[email protected]
with:
fetch-depth: 1
- name: run linter
run: |
python -m venv venv
source venv/bin/activate
pip install --upgrade pip "setuptools>=62.4"
make ruff-no-vllm