Commit 2cf552e
committed
build: add valgrind ci workflow for memory issue detection
This commit introduces a GitHub Actions workflow (`valgrind.yml`)
to detect memory issues in the `argtable3` project using Valgrind.
The workflow runs on `push` and `pull_request` events targeting
the `master` branch, as well as manually via `workflow_dispatch`.
Purpose:
- Use Valgrind to identify memory leaks and invalid memory accesses.
- Automate memory issue detection during CI to improve code quality.1 parent 60c8e93 commit 2cf552e
1 file changed
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments