File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -142,16 +142,17 @@ Custom GitHub actions are [available](./github/actions) for running the differen
142142- It allows caching and pre-warming the config package
143143
144144#### Cache warm
145- - Run ` config ` , ` load ` and ` lint ` passing the ` --config-build-directory ` /` --build-dir ` option
146- - Cache the directory
145+ - Run ` config ` , ` load ` , and ` lint ` passing the ` --config-build-directory ` /` --build-dir ` option
146+ - Store the whole directory as an artifact
147147
148148#### Cache pull
149+ - Pull the stored directory used when warming the cache
149150- Skip running ` config ` and ` load ` , unless the ` SPMGraphConfig.swift ` has changed
150- - Run ` lint ` with the ` --config-build-directory ` /` --build-dir ` option
151+ - Run ` lint ` passing the cached directory to the ` --config-build-directory ` /` --build-dir ` option
151152
152153## Requirements
153154- [ graphviz] ( https://github.com/graphp/graphviz ) (available via ` brew install graphviz ` )
154- - Xcode 16+ and the Swift 6.0 + toolchain
155+ - Xcode 16.3 + and the Swift 6.1 + toolchain
155156
156157## Installation
157158
You can’t perform that action at this time.
0 commit comments