mirror of
https://github.com/godotengine/godot-cpp-template.git
synced 2026-01-03 05:49:10 +03:00
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user