refactor(CI/Codestyle): Move the SQL check to python (#21002)

This commit is contained in:
Kitzunu 2024-12-22 16:50:32 +01:00 committed by GitHub
parent cbdab03623
commit d5fac96a20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 148 additions and 39 deletions

View file

@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.10'
- name: AzerothCore codestyle
run: python ./apps/codestyle/codestyle.py
run: python ./apps/codestyle/codestyle-cpp.py
- name: C++ Advanced
run: |
sudo apt update -y