Skip to content

chore(deps): bump @angular/service-worker from 16.2.10 to 16.2.12 in /examples/my-ngsw-app #21

chore(deps): bump @angular/service-worker from 16.2.10 to 16.2.12 in /examples/my-ngsw-app

chore(deps): bump @angular/service-worker from 16.2.10 to 16.2.12 in /examples/my-ngsw-app #21

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'