We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbb5bb commit a7f9478Copy full SHA for a7f9478
1 file changed
.github/workflows/yamllinter.yml
@@ -13,6 +13,11 @@ on: # yamllint disable-line rule:truthy
13
type: string
14
required: false
15
default: ${{ github.ref }}
16
+ config_file:
17
+ description: 'The location of the linter-configuration'
18
+ type: string
19
+ required: false
20
+ default: ''
21
22
jobs:
23
linter:
@@ -28,3 +33,5 @@ jobs:
28
33
29
34
- name: Lint YAML
30
35
uses: ibiqlik/action-yamllint@v3.1.1
36
+ with:
37
+ config_file: ${{ inputs.config_file }}
0 commit comments