Skip to content

Fixes a bug in syscall mon_reg_write mon_reg_read #205

Fixes a bug in syscall mon_reg_write mon_reg_read

Fixes a bug in syscall mon_reg_write mon_reg_read #205

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 '*/.*')