From 9f9afaa1393b9eb505715ef697774e0aa2af72f0 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Sat, 8 Feb 2025 11:45:14 -0800 Subject: [PATCH] Add entry for Baler, a bad link reporter This is a proposal to an entry for Baler (**ba**d **l**ink report**er**), a GitHub Action that tests the URLs inside Markdown files of your GitHub repository. If any of them are invalid, Baler automatically opens a GitHub issue to report the problem(s). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f38a630..4306107 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Continuous Benchmarking and Benchmark Visualization for Go](https://github.com/bobheadxi/gobenchdata) - [Size Limit Action](https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded. - [Check bundlephobia](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website and rejects PR on threshold surpassed. +- [Test URLs in Markdown files and open issues for problems](https://github.com/caltechlibrary/baler) ### Pull Requests