Skip to content

build(deps): bump mkdocs-material from 9.4.4 to 9.4.6 #614

build(deps): bump mkdocs-material from 9.4.4 to 9.4.6

build(deps): bump mkdocs-material from 9.4.4 to 9.4.6 #614

Workflow file for this run

name: Lint - YAML
on: [push, pull_request]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run yamllint
run: |
docker run --rm \
-v "${GITHUB_WORKSPACE}":/yaml \
peterdavehello/yamllint \
yamllint \
-c "/yaml/yamllint.yml" \
.