Skip to content

Fix zen-remote version #998

Fix zen-remote version

Fix zen-remote version #998

Workflow file for this run

name: Formatting Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
clang-foramt-check:
name: ClangFormat Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: ClangFormat Check
run: find . -regex ".*\.\(c\|h\|cc\)" | grep -v "3rd-party" | grep -v "subprojects" | xargs clang-format --dry-run -Werror