Test a clang-format lint

This commit is contained in:
Philip Herron 2020-05-02 13:21:37 +01:00 committed by Philip Herron
parent 16a1e8af9d
commit 2c40a7f3c0
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
name: Clang-Format
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.5
with:
source: './gcc/rust/'
exclude: './third_party'
clangFormatVersion: 9