mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-02 05:54:26 +01:00
Instead of calling the ci/static-checks.sh script directly, it was changed the workflow to call `make static-checks`. And because the `static-checks` target depends on build, the build step in the workflow is not longer needed. Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>