mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Minor changes
This commit is contained in:
parent
d8d43ca85f
commit
75a4123f5a
|
@ -55,7 +55,7 @@ jobs:
|
||||||
echo
|
echo
|
||||||
echo "########## clang-tidy-9 ##########"
|
echo "########## clang-tidy-9 ##########"
|
||||||
clang-tidy-9 src/* -- -I/usr/include -I/usr/include/ncursesw
|
clang-tidy-9 src/* -- -I/usr/include -I/usr/include/ncursesw
|
||||||
echo "########## checllcheck ##########"
|
echo "########## shellcheck ##########"
|
||||||
find plugins/ -type f -not -name "*.md" -exec shellcheck -e SC1090 {} +
|
find plugins/ -type f -not -name "*.md" -exec shellcheck -e SC1090 {} +
|
||||||
|
|
||||||
package-and-publish:
|
package-and-publish:
|
||||||
|
|
Loading…
Reference in a new issue