Skip to content

Commit 1667e61

Browse files
committed
final version
1 parent 59fcaf2 commit 1667e61

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/00-Check-Code-Convention.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
sudo make install
7474
echo "Uncrustify has been installed successfully!"
7575
cd ../../
76-
sudo cp ./.github/uncrustify.cfg ./uncrustify/uncrustify.cfg
76+
sudo cp ./tools/uncrustify.cfg ./uncrustify/uncrustify.cfg
7777
echo "Install clang-tidy and cppcheck ..."
7878
sudo apt install clang-tidy cppcheck
7979
- name: Run test
File renamed without changes.

0 commit comments

Comments
 (0)