Skip to content

Commit

Permalink
Create valgrind.yml (#4)
Browse files Browse the repository at this point in the history
* Create valgrind.yml

* Update valgrind.yml

* Trigger Build
  • Loading branch information
Vianpyro authored Oct 8, 2024
1 parent 03d9a15 commit 708e76f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Compile and Test with Valgrind

on:
push: null

jobs:
compile:
name: Compile C Project
uses: Vianpyro/Valgrind/.github/workflows/compile.yml@main

test-valgrind:
name: Test Memory Leaks with Valgrind
needs: compile
uses: Vianpyro/Valgrind/.github/workflows/valgrind.yml@main

0 comments on commit 708e76f

Please sign in to comment.