mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-04 22:09:55 +03:00
16 lines
311 B
YAML
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
|