Add lint back
This commit is contained in:
10
.github/workflows/builds.yml
vendored
10
.github/workflows/builds.yml
vendored
@@ -264,6 +264,16 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
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
|
# Build
|
||||||
- name: 🔗 GDExtension Debug Build
|
- name: 🔗 GDExtension Debug Build
|
||||||
uses: ./.github/actions/build
|
uses: ./.github/actions/build
|
||||||
|
|||||||
Reference in New Issue
Block a user