Skip to content

Commit

Permalink
Create valgrind.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vianpyro authored Oct 8, 2024
1 parent 03d9a15 commit e5c299b
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 # Reference the compile workflow

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

0 comments on commit e5c299b

Please sign in to comment.