Skip to content

Reorganize repository #135

Reorganize repository

Reorganize repository #135

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 $(shell find -wholename "*.[chC]" -not -path '*/.*')