Skip to content

Commit e32f48b

Browse files
committed
chore(backend gallery): add linter
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 00bb5f0 commit e32f48b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/workflows/yaml-check.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@ jobs:
88
steps:
99
- name: 'Checkout'
1010
uses: actions/checkout@master
11-
- name: 'Yamllint'
11+
- name: 'Yamllint model gallery'
1212
uses: karancode/yamllint-github-action@master
1313
with:
1414
yamllint_file_or_dir: 'gallery'
1515
yamllint_strict: false
1616
yamllint_comment: true
1717
env:
1818
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
- name: 'Yamllint Backend gallery'
20+
uses: karancode/yamllint-github-action@master
21+
with:
22+
yamllint_file_or_dir: 'backend'
23+
yamllint_strict: false
24+
yamllint_comment: true
25+
env:
26+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

backend/index.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
---
12
## vLLM
23
- &vllm
34
name: "cuda11-vllm"
45
uri: "quay.io/go-skynet/local-ai-backends:latest-gpu-nvidia-cuda-11-vllm"
56
license: apache-2.0
67
urls:
7-
- https://github.com/vllm-project/vllm
8+
- https://github.com/vllm-project/vllm
89
tags:
910
- text-to-text
1011
- multimodal
@@ -238,7 +239,7 @@
238239
license: MIT
239240
name: "cuda11-faster-whisper-master"
240241
uri: "quay.io/go-skynet/local-ai-backends:master-gpu-nvidia-cuda-11-faster-whisper"
241-
alias: "faster-whisper"
242+
alias: "faster-whisper"
242243
- !!merge <<: *faster-whisper
243244
name: "cuda12-faster-whisper-master"
244245
uri: "quay.io/go-skynet/local-ai-backends:master-gpu-nvidia-cuda-12-faster-whisper"

0 commit comments

Comments
 (0)