Skip to content

Commit a1e2cc5

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

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
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 }}

0 commit comments

Comments
 (0)