Skip to content

Commit 12debf9

Browse files
committed
Add the yaml lint job
1 parent 6699ac3 commit 12debf9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,13 @@ jobs:
8383
run: |
8484
vendor/bin/simple-phpunit --version
8585
composer phpstan
86+
87+
yaml-lint:
88+
name: Yaml linting check
89+
runs-on: ubuntu-latest
90+
steps:
91+
- uses: actions/checkout@v3
92+
- name: Yaml lint check
93+
uses: ibiqlik/action-yamllint@v3
94+
with:
95+
config_file: .yamllint.yml

0 commit comments

Comments
 (0)