Skip to content

chore(deps): update dependency coverage to v7.10.2 (#512) #1199

chore(deps): update dependency coverage to v7.10.2 (#512)

chore(deps): update dependency coverage to v7.10.2 (#512) #1199

Workflow file for this run

---
name: yaml_check
'on':
workflow_dispatch:
push:
branches:
- master
pull_request:
jobs:
run_yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install yamllint
run: sudo apt-get install yamllint
- name: Display yamllint version
run: yamllint --version
- name: run yamllint
run: yamllint --strict .
...