Skip to content

Adding new Github Actions Workflow - Publish docker image to DockerH… #2888

Adding new Github Actions Workflow - Publish docker image to DockerH…

Adding new Github Actions Workflow - Publish docker image to DockerH… #2888

Workflow file for this run

name: Link Check
on:
push:
branches:
- master
pull_request:
# Declare default permissions as read only.
permissions: read-all
jobs:
markdown-link-check:
name: Markdown link checks
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"