Workflow config file is invalid. Please check your config file: yaml: line 10: found unexpected end of stream
|
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
|