Skip to content

Commit

Permalink
fixup! test: added endian util function tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelCastilloB committed Sep 11, 2023
1 parent 13d33cb commit 1c02b7b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ jobs:
sudo apt install dos2unix
sudo apt install python3
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
sudo rm /bin/clang-format
sudo ln -s /bin/clang-format-17 /bin/clang-format
- name: Style
- name: Style Check
run: |
chmod +x ./scripts/run-clang-format.sh
dos2unix ./scripts/run-clang-format.sh
cd $GITHUB_WORKSPACE/
./scripts/run-clang-format.sh
CLANG_FORMAT="/usr/bin/clang-format-17" ./scripts/run-clang-format.sh
echo "Style check complete"
cd -
Expand Down

0 comments on commit 1c02b7b

Please sign in to comment.