Skip to content

Update valgrind.yml

Update valgrind.yml #5

Workflow file for this run

---
name: Compile and Test with Valgrind
on:
push: null
jobs:
compile:
name: Compile C Project
uses: Vianpyro/Valgrind/.github/workflows/compile.yml@v1
test-valgrind:
name: Test Memory Leaks with Valgrind
needs: compile
uses: Vianpyro/Valgrind/.github/workflows/valgrind.yml@v1