ci: install swiftlint and swiftformat for ios
This commit is contained in:
parent
04e3d0c2fe
commit
b850b0dacf
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -199,6 +199,9 @@ jobs:
|
||||||
- name: Install XcodeGen
|
- name: Install XcodeGen
|
||||||
run: brew install xcodegen
|
run: brew install xcodegen
|
||||||
|
|
||||||
|
- name: Install SwiftLint / SwiftFormat
|
||||||
|
run: brew install swiftlint swiftformat
|
||||||
|
|
||||||
- name: Show toolchain
|
- name: Show toolchain
|
||||||
run: |
|
run: |
|
||||||
sw_vers
|
sw_vers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue