Merge branch 'master' into add-artifact-upload-ci

This commit is contained in:
Twarit Waikar
2021-10-02 01:52:03 +05:30
committed by GitHub
6 changed files with 53 additions and 73 deletions

15
.github/workflows/clang-format.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: clang-format
on: [push]
jobs:
build:
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