feat: add build workflows
Build / build (pull_request) Successful in 33s

- enable fetch-depth for code_checkout
- fetch master branch before checking for changed files
- ensure the clean target is called with the default
This commit is contained in:
2025-01-25 16:42:27 +11:00
parent d936a21108
commit 6f0d10c99e
4 changed files with 71 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ DIRS := $(shell find $(IMAGES_PATH) -mindepth 3 -maxdepth 3 -type d | sed 's|$(I
.PHONY: list $(DIRS)
.DEFAULT_GOAL := default
default:
default: clean
./ci/build.sh
# Make all images