mirror of
https://github.com/yannbertrand/macos-defaults
synced 2025-03-04 14:57:12 +00:00
⬆️ Upgrade ibiqlik/action-yamllint action to v3.1.0 (#159)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
fb2f66201a
commit
10b1ae6cfb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-defaults.yml
vendored
4
.github/workflows/test-defaults.yml
vendored
|
@ -21,14 +21,14 @@ jobs:
|
|||
uses: actions/checkout@master
|
||||
|
||||
- name: Lint defaults.yml
|
||||
uses: ibiqlik/action-yamllint@v3.0.0
|
||||
uses: ibiqlik/action-yamllint@v3.1.0
|
||||
with:
|
||||
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
|
||||
uses: ibiqlik/action-yamllint@v3.1.0
|
||||
with:
|
||||
file_or_dir: defaults-fr.yml
|
||||
config_file: .github/workflows/config/yml-lint.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue