mirror of
https://github.com/zeldaret/tmc
synced 2026-05-23 23:05:38 -04:00
Create linting workflow
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: lint_pr
|
||||
on: pull_request
|
||||
jobs:
|
||||
clang-format:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: DoozyX/clang-format-lint-action@v0.8
|
||||
with:
|
||||
source: 'src, include'
|
||||
clangFormatVersion: 10
|
||||
Reference in New Issue
Block a user