Add lint back

This commit is contained in:
Atlinx
2024-05-31 18:51:34 -04:00
parent e8f56dafd5
commit 482685e2bb

View File

@@ -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