swiftlint 0.50.* is required

This commit is contained in:
Mingshen Sun 2023-02-04 14:14:57 -08:00
parent c1376f873a
commit e6c9440bff

View file

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