Skip to content

Fix rust_doc_test dependency to allow either rust_library or cc_library #132

Fix rust_doc_test dependency to allow either rust_library or cc_library

Fix rust_doc_test dependency to allow either rust_library or cc_library #132

Workflow file for this run

name: Formatting
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,c,cc,proto'
clangFormatVersion: 14