diff options
author | Ben V. Brown <[email protected]> | 2021-06-05 22:58:44 +1000 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2021-06-05 22:58:44 +1000 |
commit | 5a0f3e13d8674008ab46beddec23cabc5df1ad16 (patch) | |
tree | ba57ce152c0c145d6c303c98a3201a1ab63a437d /.github | |
parent | 0336432994924be69240defa3026a655848be164 (diff) | |
download | IronOS-5a0f3e13d8674008ab46beddec23cabc5df1ad16.tar.gz IronOS-5a0f3e13d8674008ab46beddec23cabc5df1ad16.zip |
Update push.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 5 |
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 |