Skip to content

Update godot-cpp to the latest on the 4.1 branch #208

Update godot-cpp to the latest on the 4.1 branch

Update godot-cpp to the latest on the 4.1 branch #208

Workflow file for this run

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