Skip to content

Merge pull request #37 from LemLib/feat/std-format #190

Merge pull request #37 from LemLib/feat/std-format

Merge pull request #37 from LemLib/feat/std-format #190

name: test-clang-format
on:
push:
branches:
- '*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: './include/units'
extensions: 'hpp,cpp'
clangFormatVersion: 18