Skip to content

build: add valgrind ci workflow for memory issue detection#148

Merged
tomghuang merged 1 commit intomasterfrom
build-add-valgrind-ci-workflow
Jun 22, 2025
Merged

build: add valgrind ci workflow for memory issue detection#148
tomghuang merged 1 commit intomasterfrom
build-add-valgrind-ci-workflow

Conversation

@tomghuang
Copy link
Copy Markdown
Contributor

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.

@tomghuang tomghuang force-pushed the build-add-valgrind-ci-workflow branch 2 times, most recently from 2cf552e to 1498dd8 Compare June 22, 2025 00:52
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.
@tomghuang tomghuang force-pushed the build-add-valgrind-ci-workflow branch from 1498dd8 to 0fed0e1 Compare June 22, 2025 00:55
@tomghuang tomghuang merged commit 46f0e00 into master Jun 22, 2025
12 checks passed
@tomghuang tomghuang deleted the build-add-valgrind-ci-workflow branch June 22, 2025 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant