Skip to content

mjbear/tmp

Repository files navigation

tmp

This is essentially my testing and proving ground for GitHub Actions usage.

Maybe it's temporary or maybe it's not. 😆

Test Content for Testing GitHub Actions

  • 1
  • 2
  • 3
  • 4
  • 5
  1. foo
  2. bar
  3. baz
  4. qux
  5. quux

Dockerfile Linting

Is Dockerfile linting super useful? Maybe, maybe not so much.

Hyperlink / Link Checking

Some actions only support HTML which isn't conducive for checking Markdown hyperlinks!

I'm more so after validating external hyperlinks as opposed to relative links.

Time for a broken/invalid bare link (no bare links says the MDLinter) and an invalid Markdown link. How about an invalid website too?

Markdown Linting

Python Linting and Formatting

(At the moment) This is not an exhaustive list as there are other Python linters and formatters. (ex: flake8, pylint, pydocstyle, black)

Python Environment and Package Management

Package Management Tools

Virtual Environment

  • venv (built-in)
  • virtualenv

Package Managers

  • pip
  • pipx
  • pipenv
  • Poetry
  • Rye
  • uv

YAML Linting

About

temporary, just testing

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published