Skip to content

Commit a920d7a

Browse files
committed
run on all yaml files
Signed-off-by: Sebastian Wezel <[email protected]>
1 parent 4e1b7ab commit a920d7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/lint-yaml.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Lint yaml files
33

44
on:
55
pull_request:
6-
paths:
7-
- '.github/test-spec.yml'
86

97
jobs:
108
lint_yml:
@@ -15,7 +13,6 @@ jobs:
1513
- name: yaml-lint
1614
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
1715
with:
18-
file_or_dir: .github/test-spec.yml
1916
strict: false # Don't fail for warnings
2017
config_data: |
2118
extends: default

0 commit comments

Comments
 (0)