From b7036601be910917e8e8af2780a1570dd0e8fb86 Mon Sep 17 00:00:00 2001 From: Andrew Nikitin Date: Wed, 30 Mar 2022 18:51:44 +0300 Subject: [PATCH] [DEV-1096] Get links chaeckings back Signed-off-by: Andrew Nikitin --- .github/workflows/lint.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 35cfcd128..503a97764 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,18 +16,18 @@ jobs: version: v1.43.0 args: --timeout 5m0s -# md-link-check: -# name: "Lint: Check Markdown links" -# runs-on: ubuntu-latest -# steps: -# - name: Checkout code -# uses: actions/checkout@v2 -# -# - name: Check if Markdown links are valid -# uses: gaurav-nelson/github-action-markdown-link-check@v1 -# with: -# config-file: '.github/linters/mlc_config.json' -# folder-path: "." + md-link-check: + name: "Lint: Check Markdown links" + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Check if Markdown links are valid + uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + config-file: '.github/linters/mlc_config.json' + folder-path: "." sh-euox-pipefail-check: name: "Lint: Check for 'set -euox pipefail' in shell scripts"