redict/.github/workflows
sundb 91309f7981
Fix compilation warning in KeySpace_ServerEventCallback and add CFLAGS=-Werror flag for module CI (#12786)
Warning:
```
postnotifications.c:216:77: warning: format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
        RedisModule_Log(ctx, "warning", "Got an unexpected subevent '%ld'", subevent);
                                                                     ~~~    ^~~~~~~~
                                                                     %llu
```

CI:
https://github.com/redis/redis/actions/runs/6937308713/job/18871124342#step:6:115

## Other
Add `CFLAGS=-Werror` flag for module CI.

---------

Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
2023-11-30 17:41:00 +02:00
..
ci.yml Fix compilation warning in KeySpace_ServerEventCallback and add CFLAGS=-Werror flag for module CI (#12786) 2023-11-30 17:41:00 +02:00
codeql-analysis.yml Bump github/codeql-action from 1 to 2 (#10635) 2022-05-04 11:40:08 +03:00
daily.yml Fix compilation warning in KeySpace_ServerEventCallback and add CFLAGS=-Werror flag for module CI (#12786) 2023-11-30 17:41:00 +02:00
external.yml Bump actions/upload-artifact from 2 to 3 (#10566) 2022-04-12 13:23:41 +03:00
reply-schemas-linter.yml Bump actions/setup-node from 3 to 4 (#12708) 2023-11-02 12:22:50 +02:00
spell-check.yml Bump actions/checkout from 2 to 3 (#10390) 2022-03-30 16:18:03 +03:00