Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Hyperlink Linter Improvements Tracker #94

@patrick-5546

Description

@patrick-5546

Purpose

Track all issues related to improving the hyperlink linter in one place

To Do

Notes

  • If you want to test the linter locally, copy the lint_links.py file to the root directory of the project and run it there. Remember to not commit the file in the root directory and put all your final changes in the file in the actions folder!
  • You will need to be familiar with regular expressions to develop this linter. Refer to the resources below.
  • You will be interested in the follow for these issues:
    • These files
    • The following lines in lint.yml:
      markdown-link-redirection-check:
      runs-on: ubuntu-latest
      steps:
      - name: Check out code
      uses: actions/checkout@v2
      - uses: actions/checkout@v3
      - name: Set up Python 3.10
      uses: actions/setup-python@v2
      with:
      python-version: "3.10"
      - name: Check links to external sites redirect to a new tab
      uses: ./.github/actions/lint/

Resources

Metadata

Metadata

Assignees

Labels

docsImprovements or additions to documentationinfrastructuretasklistIssue tracker

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions