Skip to content

Commit

Permalink
Add .c comment to force CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Jan 30, 2024
1 parent 21dea10 commit 75ae7e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 75ae7e0

Please sign in to comment.