@@ -11,4 +11,4 @@ jobs:
apt update
apt install -y shellcheck
- name: Analysing the code with shellcheck
run: shellcheck -S warning *.sh
run: find . -type f -name "*.sh" | xargs shellcheck -S warning
The note is not visible to the blocked user.