Skip to content

Commit

Permalink
[ci] Fix clang formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
MksmOrlov committed Nov 21, 2023
1 parent d7565f4 commit 94965af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
git submodule update --init --recursive
cd sc-tools/sc-component-manager
git pull origin pull/${{ github.event.number }}/head
cd ../../scripts && ./install_deps_ubuntu.sh --dev -cm && ./install_sc_component_manager_dependencies.sh
./clang/check_formatting.sh
cd ../../scripts && ./install_deps_ubuntu.sh --dev && ./install_sc_component_manager_dependencies.sh
cd ../
./scripts/clang/check_formatting.sh

0 comments on commit 94965af

Please sign in to comment.