From c6dd47c9a166034322383bfbd943902b3c9770d8 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 24 Apr 2025 10:14:32 -0600 Subject: [PATCH] add comment --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 03c2f29..c57c1f4 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,4 +1,5 @@ # This workflow is designed to setup a workspace and run all the enhanced linter checks +# All PRs must pass these checks before merging name: golang-testing on: