- add libsrtp back as part of top repo - this repo should be solid

This commit is contained in:
2026-01-31 21:42:23 +03:00
parent 3466156b23
commit 1653877e26
2383 changed files with 55949 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: Code Formatting Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Clang Format
run: sudo apt install clang-format-14
- name: Run clang format
run: ./format.sh -d