Skip to content

Commit

Permalink
WIP: re-enable format checker
Browse files Browse the repository at this point in the history
  • Loading branch information
matetokodi committed Nov 14, 2023
1 parent bf2cf11 commit be367d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
if: ${{ always() }}
- run: $RUNNER --check-doxygen
if: ${{ always() }}
# - run: $RUNNER --check-format
# if: ${{ always() }}
- run: $RUNNER --check-format
if: ${{ always() }}
- run: $RUNNER --check-license
if: ${{ always() }}
# - run: $RUNNER --check-strings
Expand Down

0 comments on commit be367d0

Please sign in to comment.