action #153793
Updated by livdywan 11 months ago
## Motivation We want consistent whitespace indentation in all our scripts. https://github.com/os-autoinst/scripts/pull/278#discussion_r1455812690 ## Acceptance Criteria * **AC1**: Pull requests fail when there are tabs used for indentation in shellscript code * **AC2**: Exceptions where tabs are required are considered ## Suggestions * Research how to check for spaces using shellcheck or other linters and extend the CI accordingly, if needed with exceptions * Ensure the according checks are implemented * Consider using the same checks in our other usual repos when or where we also check shell script files