Update SwiftFormat to version 0.50.x (#577)

This commit is contained in:
Danny Mösch 2022-11-01 04:29:42 +01:00 committed by GitHub
parent 5c62d4a3e3
commit b6be913017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,5 @@
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"
SWIFTFORMAT_VERSION="0.49.*"
SWIFTFORMAT_VERSION="0.50.*"
if [[ "${CI}" == "true" ]]; then
echo "Running in a Continuous Integration environment. Formatting is skipped."