Skip to content

Commit

Permalink
Issue #89: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Apr 5, 2024
1 parent 76587c5 commit 608c9fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/workflow-markdown-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ jobs:
echo "::set-output name=lint_config_path::${{ github.workspace }}/${{ inputs.md-lint-config-file-path }}"
fi
# Validating links with the determined config
- name: Validating links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: ${{ steps.linkconfig.outputs.link_config_path }}

# Run markdown lint with the determined config
- name: Run markdown lint
uses: DavidAnson/markdownlint-cli2-action@v14
if: always()
Expand Down

0 comments on commit 608c9fb

Please sign in to comment.