Skip to content

Commit 2e3ab6f

Browse files
authored
Merge pull request #335 from Staffbase/dia-3557-update-yamllint-github-action
DIA-3557: Update yamllint GitHub Action
2 parents 6b38ce8 + f3af114 commit 2e3ab6f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/template_yaml.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ on:
44
workflow_call:
55
inputs:
66
action-name:
7-
default: 'yamllint / yamllint'
7+
default: "yamllint / yamllint"
88
required: false
99
type: string
1010
target-path:
11-
default: '.'
11+
default: "."
1212
required: false
1313
type: string
1414

1515
jobs:
1616
yamllint:
17-
1817
name: yamllint
1918
runs-on: ubuntu-24.04
2019

@@ -23,7 +22,7 @@ jobs:
2322
uses: actions/checkout@v4
2423

2524
- name: Lint and Annotate
26-
uses: staffbase/yamllint-action@v1.4.0
25+
uses: staffbase/yamllint-action@v1.4.1
2726
with:
2827
token: ${{ secrets.GITHUB_TOKEN }}
2928
action-name: ${{ inputs.action-name }}

0 commit comments

Comments
 (0)