Update version

This commit is contained in:
Arun Prakash Jana 2021-10-15 12:45:58 +05:30
parent be549f330a
commit c611720cba
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
ls -l nnn
make clean
echo
echo "########## clang-tidy-10 ##########"
echo "########## clang-tidy-11 ##########"
clang-tidy-11 src/* -- -I/usr/include -I/usr/include/ncursesw
echo "########## shellcheck ##########"
find plugins/ -type f -not -name "*.md" -exec shellcheck -e SC1090,SC2230 {} +