From 8c838a477fab8dcc320f67ce1cd102dd0cf20b2a Mon Sep 17 00:00:00 2001 From: John Franey <1728528+johnfraney@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:54:57 -0400 Subject: [PATCH] fix: Tox badge in README Fixes the Tox badge in the README pointing to the old workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0a1db6..9939c3d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![PyPI](https://img.shields.io/pypi/pyversions/flake8-markdown.svg) ![PyPI](https://img.shields.io/github/license/johnfraney/flake8-markdown.svg) ](https://pypi.org/project/flake8-markdown/) -[![Tox](https://github.com/johnfraney/flake8-markdown/actions/workflows/github-actions-nox.yml/badge.svg)](https://github.com/johnfraney/flake8-markdown/actions/workflows/github-actions-nox.yml) +[![Tox](https://github.com/johnfraney/flake8-markdown/actions/workflows/github-actions-tox.yml/badge.svg)](https://github.com/johnfraney/flake8-markdown/actions/workflows/github-actions-tox.yml) Flake8 Markdown lints [GitHub-style Python code blocks](https://help.github.com/en/articles/creating-and-highlighting-code-blocks#fenced-code-blocks) in Markdown files using [`flake8`](https://flake8.readthedocs.io/en/stable/).