diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index f15e88e..ad17222 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -264,6 +264,16 @@ jobs: submodules: true fetch-depth: 0 +# Lint + #- name: Setup clang-format + # shell: bash + # run: | + # python -m pip install clang-format + #- name: Run clang-format + # shell: bash + # run: | + # clang-format src/** --dry-run --Werror + # Build - name: 🔗 GDExtension Debug Build uses: ./.github/actions/build