action #155062
Updated by tinita 11 months ago
## Motivation
See #138416
## Acceptance criteria
* **AC1:** At least os-autoinst&openQA inherit perltidy&perlcritic checks from os-autoinst-common
* **AC2:** Checks in openQA and os-autoinst still run successfully on the master branch
## Suggestions
* Follow the existing pull request
* Ensure that os-autoinst as an example works with the updated os-autoinst-common changes
* Note that the existing tools/tidy is used from os-autoinst-distri-opensuse via [cloning os-autoinst](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/Makefile#L11). And then `tidy` [uses readlink to find out the right cpanfile to get the perltidy version](https://github.com/os-autoinst/os-autoinst/blob/master/tools/tidy#L78). So tools/tidy shouldn't be deleted before os-autoinst-distri-opensuse is also using os-autoinst-common