Skip to content

Commit

Permalink
fixup! CI format test
Browse files Browse the repository at this point in the history
  • Loading branch information
yanovich committed Dec 3, 2022
1 parent ba47e42 commit 99c2e7a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,10 @@ jobs:
- run: .github/before_script.sh
- run: .github/script.sh

clang-format:
runs-on: ubuntu-22.04
env:
APT_INSTALL: clang-format
steps:
- run: .github/format.sh

0 comments on commit 99c2e7a

Please sign in to comment.