Skip to content

Commit

Permalink
Restore main script
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo committed Aug 2, 2024
1 parent 3023b3f commit 64b0ecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from qc_otx import constants
from qc_otx.checks.core_checker import core_checker
from qc_otx.checks.data_type_checker import data_type_checker
from qc_otx.checks.zip_file_checker import zip_file_checker
from qc_otx.checks.state_machine_checker import state_machine_checker
from qc_otx.checks import utils, models

Expand Down Expand Up @@ -62,6 +63,9 @@ def main():
# 2. Run data type checks
data_type_checker.run_checks(checker_data)

# 3. Run zip file checks
zip_file_checker.run_checks(checker_data)

# 4. Run state machine checks
state_machine_checker.run_checks(checker_data)

Expand Down

0 comments on commit 64b0ecf

Please sign in to comment.