mirror of https://github.com/yandex/odyssey.git
11 lines
270 B
YAML
11 lines
270 B
YAML
![]() |
name: Clang Format Checker
|
||
|
on: [push]
|
||
|
jobs:
|
||
|
clang-format-checking:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- uses: RafikFarhad/clang-format-github-action@v1.0.1
|
||
|
with:
|
||
|
sources: "src/**/*.h,src/**/*.c,test/**/*.c"
|