We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1703c98 + ffeb5e7 commit f523abeCopy full SHA for f523abe
Makefile
@@ -82,7 +82,8 @@ test-docker-ce-installation:
82
BASE_IMAGE=$(BASE_IMAGE) scripts/test-docker-ce-installation.sh
83
84
validate:
85
- find . -type f -name "*.sh" | grep -v pkg/go-containerregistry | xargs shellcheck
+ find . -type f -name "*.sh" | grep -v "pkg/go-containerregistry\|llamacpp/native/vendor" | xargs shellcheck
86
+ @echo "✓ Shellcheck validation passed!"
87
88
# Build Docker image
89
docker-build:
0 commit comments