Skip to content

Remove forwarded ports code #54

Remove forwarded ports code

Remove forwarded ports code #54

---
name: Check formatting of proto files
on:
pull_request:
paths:
- '**/*.proto'
workflow_dispatch:
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format for proto files
uses: jidicula/[email protected]
with:
clang-format-version: 15
include-regex: ^.*\.proto$