Add lint back

pull/35/head
Atlinx 2024-05-31 18:51:34 -04:00
parent e8f56dafd5
commit 482685e2bb
1 changed files with 10 additions and 0 deletions

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