odyssey/.github/workflows/clang-format.yml
Workflow config file is invalid. Please check your config file: yaml: line 10: found unexpected end of stream

11 lines
257 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