From 482685e2bb82c7b408c60895dcfa2280aa5192d5 Mon Sep 17 00:00:00 2001 From: Atlinx Date: Fri, 31 May 2024 18:51:34 -0400 Subject: [PATCH] Add lint back --- .github/workflows/builds.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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