From 9b04a3618268bbd961c21712e73a183de5a219a0 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Wed, 2 Jul 2025 12:09:35 -0600 Subject: [PATCH] test: github actions workflows --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 705022b..b5bcaff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,3 +1,9 @@ +--- +#------------------------------------------------------------------------------ +# Lawrence McDaniel - https://lawrencemcdaniel.com +# Run unit tests for Python code in the repository. +# +#------------------------------------------------------------------------------ name: Test on: