Skip to content

Fixes syscall.c, IPC copy data bug. #211

Fixes syscall.c, IPC copy data bug.

Fixes syscall.c, IPC copy data bug. #211

Workflow file for this run

name: Clang Format Checker
on: [push]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt install clang-format
- run: clang-format --dry-run --Werror $(find -wholename "*.[ch]" -not -path '*/.*')