Skip to content

Bump third_party/libsbp from b9860dc to 9415861 #704

Bump third_party/libsbp from b9860dc to 9415861

Bump third_party/libsbp from b9860dc to 9415861 #704

Workflow file for this run

---
name: Test Linters
'on':
push:
branches:
- 'master'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request: ~
jobs:
test-clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './third_party ./external'
extensions: 'h,c,cpp'
clangFormatVersion: 6
style: Google