ci: Add super-linter GitHub action

This commit is contained in:
Carlos Álvaro
2020-10-16 21:20:42 +02:00
parent 581808b8fa
commit 33c92e9ee4
3 changed files with 28 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
# Check shellcheck wiki at:
# https://github.com/koalaman/shellcheck/wiki/SCXXXX
# Allow following non-constant source
disable=SC1090
# Redirections are performed by the current shell before sudo is started.
disable=SC2024