Skip to content

⬆️ Upgrade all non-major dependencies #748

⬆️ Upgrade all non-major dependencies

⬆️ Upgrade all non-major dependencies #748

Workflow file for this run

name: Test defaults.yml
on:
push:
branches:
- main
paths:
- 'defaults.yml'
- 'defaults-*.yml'
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Lint defaults.yml
uses: ibiqlik/[email protected]
with:
file_or_dir: defaults.yml
config_file: .github/workflows/config/yml-lint.yml
strict: true
- name: Lint defaults-fr.yml
uses: ibiqlik/[email protected]
with:
file_or_dir: defaults-fr.yml
config_file: .github/workflows/config/yml-lint.yml
strict: true
- name: Validate 'defaults-*.yml' against schema
uses: nwisbeta/[email protected]