Skip to content

Bump third_party/libswiftnav from 5eb306d to 374a792 #606

Bump third_party/libswiftnav from 5eb306d to 374a792

Bump third_party/libswiftnav from 5eb306d to 374a792 #606

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