From 5a0f3e13d8674008ab46beddec23cabc5df1ad16 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sat, 5 Jun 2021 22:58:44 +1000 Subject: [PATCH] Update push.yml --- .github/workflows/push.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index edd002ef..c13445ff 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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