mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-13 21:22:31 +00:00
🔧 Lint defaults-fr.yml
This commit is contained in:
parent
a9d048f4c0
commit
4f3aa6ba80
1 changed files with 8 additions and 0 deletions
8
.github/workflows/test-defaults.yml
vendored
8
.github/workflows/test-defaults.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue