FreeRTOS-Kernel/.github/workflows
Gaurav-Aggarwal-AWS 85d2cba801
Fix warning introduced in PR 730 (#735)
The change addresses the following warning:

```
tasks.c:5549:40: warning: assignment discards 'volatile' qualifier from
pointer target type [-Wdiscarded-qualifiers]
 5549 |             pxTaskStatus->pxTopOfStack = pxTCB->pxTopOfStack;
      |
```

Also add the "Build Posix_GCC Demo for Coverage Test" in the PR checks
as coverage test target treats warnings as errors and therefore, will
catch such warnings in PR checks.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2023-08-02 14:42:45 +05:30
..
auto-release.yml Generates SBOM after source files are updated with release tag (#680) 2023-05-31 15:34:18 +05:30
ci.yml Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
git-secrets.yml Moved git-secrets check to a different workflow (#271) 2021-03-05 14:00:57 -08:00
kernel-checks.yml Run kernel demos and unit tests for PR changes (#645) 2023-03-17 08:22:34 +05:30
kernel-demos.yml Fix warning introduced in PR 730 (#735) 2023-08-02 14:42:45 +05:30
unit-tests.yml Run kernel demos and unit tests for PR changes (#645) 2023-03-17 08:22:34 +05:30