Skip to content

Refactor: Extract pushToDataLayer to standalone and tested module #2900

Refactor: Extract pushToDataLayer to standalone and tested module

Refactor: Extract pushToDataLayer to standalone and tested module #2900

name: Markdown Link Check
on:
push:
schedule:
- cron: '0 9 * * *' # every day at 9:00
jobs:
markdown-link-check:
name: "Markdown link check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-verbose-mode: 'yes'
config-file: '.github/markdown-link-check-config.json'