Skip to content

Commit

Permalink
common: install clang-format for cstyle purposes
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Michalski <jan.michalski@intel.com>
  • Loading branch information
janekmi committed Aug 6, 2023
1 parent fbbbc48 commit 369e211
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
fetch-depth: 50

- name: Install dependencies
run: sudo pip install flake8
run: |
sudo pip install flake8
sudo apt-get install clang-format-14
- name: Check licenses
env:
Expand Down

0 comments on commit 369e211

Please sign in to comment.