Skip to content

Commit

Permalink
[DEV-1096] Get links chaeckings back
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <[email protected]>
  • Loading branch information
Andrew Nikitin committed Mar 30, 2022
1 parent 124d61b commit b703660
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b703660

Please sign in to comment.