CI/Circle CI: Enforce codestyle checks

(cherry picked from commit 32c9f1c7a228db33110ab0ab5975ba37cba85106)
This commit is contained in:
jackpoz
2021-12-31 21:56:38 +01:00
committed by Shauren
parent 8d2509eee5
commit 8878ba2dca
2 changed files with 22 additions and 0 deletions
+5
View File
@@ -13,6 +13,11 @@ jobs:
name: Checkout
command: |
/scripts/checkout.sh
- run:
name: Codestyle checks
command: |
chmod +x contrib/check_codestyle.sh
./contrib/check_codestyle.sh
- run:
name: Setup
command: |