From e32f48beeb6226e59a3f67e8455d201f3f212ae2 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 17 Jun 2025 22:17:14 +0200 Subject: [PATCH] chore(backend gallery): add linter Signed-off-by: Ettore Di Giacinto --- .github/workflows/yaml-check.yml | 10 +++++++++- backend/index.yaml | 5 +++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/yaml-check.yml b/.github/workflows/yaml-check.yml index 68b5e987..4a5689e2 100644 --- a/.github/workflows/yaml-check.yml +++ b/.github/workflows/yaml-check.yml @@ -8,7 +8,7 @@ jobs: steps: - name: 'Checkout' uses: actions/checkout@master - - name: 'Yamllint' + - name: 'Yamllint model gallery' uses: karancode/yamllint-github-action@master with: yamllint_file_or_dir: 'gallery' @@ -16,3 +16,11 @@ jobs: yamllint_comment: true env: GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: 'Yamllint Backend gallery' + uses: karancode/yamllint-github-action@master + with: + yamllint_file_or_dir: 'backend' + yamllint_strict: false + yamllint_comment: true + env: + GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/backend/index.yaml b/backend/index.yaml index 43ae9b3c..962b3558 100644 --- a/backend/index.yaml +++ b/backend/index.yaml @@ -1,10 +1,11 @@ +--- ## vLLM - &vllm name: "cuda11-vllm" uri: "quay.io/go-skynet/local-ai-backends:latest-gpu-nvidia-cuda-11-vllm" license: apache-2.0 urls: - - https://github.com/vllm-project/vllm + - https://github.com/vllm-project/vllm tags: - text-to-text - multimodal @@ -238,7 +239,7 @@ license: MIT name: "cuda11-faster-whisper-master" uri: "quay.io/go-skynet/local-ai-backends:master-gpu-nvidia-cuda-11-faster-whisper" - alias: "faster-whisper" + alias: "faster-whisper" - !!merge <<: *faster-whisper name: "cuda12-faster-whisper-master" uri: "quay.io/go-skynet/local-ai-backends:master-gpu-nvidia-cuda-12-faster-whisper"