Skip to content

build(deps): bump js-yaml from 4.1.0 to 4.3.0 in /examples/chat-app/source-final/frontend #899

build(deps): bump js-yaml from 4.1.0 to 4.3.0 in /examples/chat-app/source-final/frontend

build(deps): bump js-yaml from 4.1.0 to 4.3.0 in /examples/chat-app/source-final/frontend #899

Workflow file for this run

name: Documentation Checks
on:
push:
branches: [ main ]
release:
types: [ published ]
pull_request:
branches: [ main ]
jobs:
markdown-link-checks:
name: Markdown Link Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: "Markdown Link Checker: Generate Config"
run: .github/markdown-link-checker-config.jq > .github/markdown-link-checker-config.json
- name: "Markdown Link Checker: Validate Links"
uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-quiet-mode: 'yes'
config-file: '.github/markdown-link-checker-config.json'