mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
15 lines
270 B
YAML
15 lines
270 B
YAML
name: Clang Format Check
|
|
|
|
on: pull_request
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: DoozyX/clang-format-lint-action@v0.11
|
|
with:
|
|
source: '.'
|
|
extensions: 'h,cpp'
|
|
clangFormatVersion: 11 |