🔧 Lint defaults-fr.yml

This commit is contained in:
Yann Bertrand 2020-11-23 21:48:50 +01:00
parent a9d048f4c0
commit 4f3aa6ba80
No known key found for this signature in database
GPG key ID: F87B5B748AB00DAE

View file

@ -6,6 +6,7 @@ on:
- master
paths:
- 'defaults.yml'
- 'defaults-*.yml'
pull_request:
branches:
@ -25,3 +26,10 @@ jobs:
file_or_dir: defaults.yml
config_file: .github/workflows/config/yml-lint.yml
strict: true
- name: Lint defaults-fr.yml
uses: ibiqlik/action-yamllint@v3.0.0
with:
file_or_dir: defaults-fr.yml
config_file: .github/workflows/config/yml-lint.yml
strict: true