Skip to content

Commit 58659f1

Browse files
committed
yaml config
1 parent 270f474 commit 58659f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/yamllinter.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on: # yamllint disable-line rule:truthy
1313
type: string
1414
required: false
1515
default: ${{ github.ref }}
16+
config_file:
17+
description: 'The location of the linter-configuration'
18+
type: string
19+
required: false
20+
default: ''
1621

1722
jobs:
1823
linter:
@@ -28,3 +33,5 @@ jobs:
2833

2934
- name: Lint YAML
3035
uses: ibiqlik/action-yamllint@v3.1.1
36+
with:
37+
config_file: ${{ inputs.config_file }}

0 commit comments

Comments
 (0)