build(deps): bump the dependencies group across 1 directory with 29 updates #869
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Linter | |
defaults: | |
run: | |
shell: bash | |
concurrency: | |
group: ci-${{ github.head_ref }} | |
cancel-in-progress: false | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
lint: | |
name: Lint yaml files | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repo | |
uses: actions/[email protected] | |
- name: Run YAML Lint | |
uses: ibiqlik/[email protected] | |
with: | |
file_or_dir: . | |
strict: true | |
no_warnings: false | |
config_file: .yamllint |