Update push.yml

This commit is contained in:
Ben V. Brown
2021-06-05 22:58:44 +10:00
parent 0336432994
commit 5a0f3e13d8

View File

@@ -134,9 +134,8 @@ jobs:
- name: setup
run: ./setup.sh
# Disabled until I can sort it out
# - name: Check formatting with clang-format
# run: cd source && make clean && make check-style
- name: Check formatting with clang-format
run: cd source && make clean && make check-style
- name: Check python formatting with black
run: black --check Translations