Skip to content

Merge pull request #150 from rosflight/clang-format-tweaks #4

Merge pull request #150 from rosflight/clang-format-tweaks

Merge pull request #150 from rosflight/clang-format-tweaks #4

Workflow file for this run

name: Clang-Format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'hpp,cpp'
clangFormatVersion: 14