Skip to content

Commit

Permalink
Add check python files component
Browse files Browse the repository at this point in the history
This commit adds the check python files component to TF-PSA-Crypto.

Signed-off-by: Harry Ramsey <[email protected]>
  • Loading branch information
Harry-Ramsey committed Jan 15, 2025
1 parent 712fc99 commit 4dbc3b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/scripts/components-basic-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ component_tf_psa_crypto_check_files () {
msg "Check: file sanity checks (permissions, encodings)" # < 1s
$FRAMEWORK/scripts/check_files.py
}

components_tf_psa_crypto_check_python_files () {
msg "Lint: Python scripts"
$FRAMEWORK/scripts/check-python-files.sh
}

0 comments on commit 4dbc3b7

Please sign in to comment.