We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bb5f0 commit a1e2cc5Copy full SHA for a1e2cc5
.github/workflows/yaml-check.yml
@@ -8,11 +8,19 @@ jobs:
8
steps:
9
- name: 'Checkout'
10
uses: actions/checkout@master
11
- - name: 'Yamllint'
+ - name: 'Yamllint model gallery'
12
uses: karancode/yamllint-github-action@master
13
with:
14
yamllint_file_or_dir: 'gallery'
15
yamllint_strict: false
16
yamllint_comment: true
17
env:
18
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