aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2021-06-05 22:58:44 +1000
committerBen V. Brown <[email protected]>2021-06-05 22:58:44 +1000
commit5a0f3e13d8674008ab46beddec23cabc5df1ad16 (patch)
treeba57ce152c0c145d6c303c98a3201a1ab63a437d /.github
parent0336432994924be69240defa3026a655848be164 (diff)
downloadIronOS-5a0f3e13d8674008ab46beddec23cabc5df1ad16.tar.gz
IronOS-5a0f3e13d8674008ab46beddec23cabc5df1ad16.zip
Update push.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml5
1 files 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