mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:00:44 +00:00
chore: move swift configs under config
This commit is contained in:
@@ -81,8 +81,8 @@ run_macos_ci_mirror() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
run_step swiftlint --config .swiftlint.yml
|
||||
run_step swiftformat --lint apps/macos/Sources --config .swiftformat
|
||||
run_step swiftlint lint --config config/swiftlint.yml
|
||||
run_step swiftformat --lint apps/macos/Sources --config config/swiftformat --exclude '**/OpenClawProtocol,**/HostEnvSecurityPolicy.generated.swift'
|
||||
run_step swift build --package-path apps/macos --configuration release
|
||||
run_step swift test --package-path apps/macos --parallel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user