Refactor Signaling sources to make Include_i.h
independent of libwe…
#126
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: WebRTC C Clang Format | |
on: | |
push: | |
branches: | |
- develop | |
- main | |
- 'test-pr-*' | |
pull_request: | |
branches: | |
- develop | |
- main | |
jobs: | |
clang-format-check: | |
runs-on: macos-13 | |
timeout-minutes: 15 | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@v4 | |
- name: Install clang-format | |
run: | | |
brew install clang-format | |
clang-format --version | |
- name: Run clang format check | |
run: | | |
bash scripts/check-clang.sh |