Skip to content

Add static code analysis for Lua implementations to CI

Compare
Choose a tag to compare
@umitbuyuksahin umitbuyuksahin released this 17 Dec 13:25
· 49 commits to main since this release
044b52b

Summary

This release includes a linter and a coverage analyzer of the Lua implementation
to the CI pipeline of the SageMaker-Extension. Thus, the static code analysis of
Lua scripts are performed without executing them and, the coding standards and
conventions are adhered.

Features

  • #48: Added static code analysis to CI for Lua