Skip to content

chore(deps): bump @playwright/test from 1.37.1 to 1.46.1 in /examples/my-ngsw-app #313

chore(deps): bump @playwright/test from 1.37.1 to 1.46.1 in /examples/my-ngsw-app

chore(deps): bump @playwright/test from 1.37.1 to 1.46.1 in /examples/my-ngsw-app #313

Workflow file for this run

name: Check Markdown links
on:
pull_request:
branches:
- master
- 'release/*'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.github/workflows/markdown.links.config.json'
check-modified-files-only: 'yes'
use-verbose-mode: 'yes'