Skip to content

Tou.md

A Github Action to find broken links in Markdown files.

The name Tou.md comes from the apheretic and informal form (tar) of the verb to be (estar) in Portuguese (and the filename extension for Markdown files).

Quickstart

name: Sample workflow

on:
  push:
    branches:
      - master

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Run Tou.md
        uses: joaopalmeiro/tou@v0.2.3
        with:
          ignore-403-forbidden: false

Acknowledgments

Development

  • pipenv install --python 3.7 and/or pipenv shell + python tou_url_checker.py.
  • Update the version in the Dockerfile and in the README.md file.

Notes

  • Check the path to the virtual environment: pipenv --venv.
  • deadlink (CLI):
    • deadlink check README.md.
    • deadlink check --help.
  • pyenv install 3.7.12.