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 f35e136
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,14 @@ jobs:
- run: .github/before_script.sh
- run: .github/script.sh

clang-format:
runs-on: ubuntu-22.04
env:
APT_INSTALL: clang-format
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: .github/before_script.sh
- run: .github/format.sh

0 comments on commit f35e136

Please sign in to comment.