Skip to content

chore(deps): update dependency markdown-link-check to v3.13.6 #2719

chore(deps): update dependency markdown-link-check to v3.13.6

chore(deps): update dependency markdown-link-check to v3.13.6 #2719

Workflow file for this run

name: example-quiet
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
cypress-run:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
# Install npm dependencies, cache them correctly
# and run all Cypress tests with `quiet` parameter
- name: Cypress run
uses: ./
with:
working-directory: examples/quiet
quiet: true