Skip to content

Fixes #26: Build and publish docker image to Azure Container Registry… #34

Fixes #26: Build and publish docker image to Azure Container Registry…

Fixes #26: Build and publish docker image to Azure Container Registry… #34

name: Check Markdown links
on:
workflow_call:
push:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Validating links
uses: gaurav-nelson/github-action-markdown-link-check@v1