mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-28 11:34:40 +01:00
Merge pull request #1717 from chavafg/topic/fix-static-checks
ci: Build kata-runtime before running static checks
This commit is contained in:
@@ -9,4 +9,8 @@ set -e
|
||||
cidir=$(dirname "$0")
|
||||
source "${cidir}/lib.sh"
|
||||
|
||||
# Build kata-runtime before running static checks
|
||||
make -C "${cidir}/../"
|
||||
|
||||
# Run static checks
|
||||
run_static_checks
|
||||
|
||||
Reference in New Issue
Block a user