Fixed child process bug and updated documentation

This commit is contained in:
2025-07-21 16:08:49 +02:00
parent f83f8f034e
commit 19a6deac95
4 changed files with 45 additions and 20 deletions

14
.github/workflows/wolf.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: wolf
on:
push:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Wolf
run: |
make clean build