From 75ae7e0718472549bacb8e7b1f8c7525e1c79b12 Mon Sep 17 00:00:00 2001 From: Matt Schwager Date: Tue, 30 Jan 2024 10:36:44 -0700 Subject: [PATCH] Add .c comment to force CI run --- source/module.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/module.c b/source/module.c index 1b8391c..0476dde 100644 --- a/source/module.c +++ b/source/module.c @@ -6,6 +6,11 @@ #include "encoder.h" #include "decoder.h" +/* + * TODO: remove me before merging PR https://github.com/agronholm/cbor2/pull/212. + * This comment exists to force a change to a .c file, which the Action requires to run. + */ + // Some notes on conventions in this code. All methods conform to a couple of // return styles: