From 233eafa8cfa1b47b7ec5d3453111db2fea25cd33 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 9 Sep 2025 09:02:55 -0600 Subject: [PATCH] ci: fix markdown formatting for contributing.md to pass markdownlint fix markdown formatting for contributing.md to pass markdownlint Signed-off-by: Rich Megginson --- contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing.md b/contributing.md index 31d0e52..09f3092 100644 --- a/contributing.md +++ b/contributing.md @@ -74,6 +74,7 @@ To run the tests locally in container, you can use the attached Containerfile podman build -t system-roles-ssh .dev-tools podman run -itv ./:/src:Z system-roles-ssh ``` + ## Running CI Tests Locally ### Use tox-lsr with qemu