File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,11 @@ $(PKL_GEN_SWIFT_RELEASE): $(SWIFT_INPUTS)
100100 --configuration release
101101endif
102102
103+ .PHONY : pkl-package
103104pkl-package :
104105 $(PKL_EXEC ) project package codegen/src/
105106
107+ .PHONY : pkl-gen-swift-release
106108pkl-gen-swift-release : $(PKL_GEN_SWIFT_RELEASE )
107109
108110.PHONY : pkl-gen-swift-release-output
@@ -114,19 +116,25 @@ circleci-config:
114116 $(PKL_EXEC ) eval .circleci/config.pkl -o .circleci/config.yml
115117 git diff --exit-code
116118
119+ .PHONY : swiftformat
117120swiftformat :
118121 swift package plugin --allow-writing-to-package-directory swiftformat .
119122
123+ .PHONY : swiftformat-lint
120124swiftformat-lint :
121125 swift package plugin --allow-writing-to-package-directory swiftformat --lint .
122126
127+ .PHONY : license-format
123128license-format : .build/tools/hawkeye
124129 .build/tools/hawkeye format
125130
131+ .PHONY : pkl-format
126132pkl-format :
127133 $(PKL_EXEC ) format --grammar-version 1 --write .
128134
135+ .PHONY : pkl-format-lint
129136pkl-format-lint :
130137 $(PKL_EXEC ) format --grammar-version 1 --diff-name-only .
131138
139+ .PHONY : format
132140format : swiftformat license-format pkl-format
You can’t perform that action at this time.
0 commit comments