From 1e556cc0da69cde44d07680e2d2890815d265f6c Mon Sep 17 00:00:00 2001 From: Christopher Hicks Date: Tue, 29 Jul 2025 08:17:16 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=98=20[readme]=20mention=20that=20Chec?= =?UTF-8?q?kov=20is=20here?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21291f9..877acb3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ A good template for github repos with best practices adoption. - ✅ [CODEOWNERS](.github/CODEOWNERS) that is self-documented - ✅ [justfile](justfile) with [command line workflow for pull requests](.github/CONTRIBUTING.md#development-process) -- ✅ [Github Action for Markdownlint](.github/workflows) +- ✅ [Github Actions](.github/workflows) are already setup for: + - ✅ [Markdownlint](https://github.com/DavidAnson/markdownlint-cli2-action) keeps your READMEs standards-compliant + - ✅ [Checkov](https://github.com/bridgecrewio/checkov) will help keep our github actions secure - ✅ [A few extra labels for issues](https://github.com/fini-net/template-repo/labels) - ✅ [README](README.md) with badges