ci: install swiftlint and swiftformat for ios

This commit is contained in:
Peter Steinberger 2025-12-21 03:44:18 +01:00
parent b6779dff5a
commit 979bf2ce82

View File

@ -199,6 +199,9 @@ jobs:
- name: Install XcodeGen
run: brew install xcodegen
- name: Install SwiftLint / SwiftFormat
run: brew install swiftlint swiftformat
- name: Show toolchain
run: |
sw_vers