Fix a tiny typo

This commit is contained in:
Mikhail f. Shiryaev 2022-03-07 17:38:33 +01:00
parent 342f7ba567
commit 70945764e5
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -11,7 +11,7 @@ echo "Check typos" | ts
./check-typos |& tee /test_output/typos_output.txt
echo "Check whitespaces" | ts
./check-whitespaces -n |& tee /test_output/whitespaces_output.txt
echo "Check sorkflows" | ts
echo "Check workflows" | ts
./check-workflows |& tee /test_output/workflows_output.txt
echo "Check shell scripts with shellcheck" | ts
./shellcheck-run.sh |& tee /test_output/shellcheck_output.txt