Files
godot-git-plugin/.github/workflows/clang-format.yml
2021-11-29 12:12:04 +05:30

16 lines
311 B
YAML

name: clang-format
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.11
with:
source: "godot-git-plugin/src"
extensions: "h,cpp"
clangFormatVersion: 11