mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
ci(apple): install SwiftLint for the required lint build phase
The VniDrop target's SwiftLint pre-build phase is required (fails if missing), so the Apple CI job must have SwiftLint available. Add a brew install step.
This commit is contained in:
4
.github/workflows/apple.yml
vendored
4
.github/workflows/apple.yml
vendored
@@ -65,6 +65,10 @@ jobs:
|
|||||||
- name: Install XcodeGen
|
- name: Install XcodeGen
|
||||||
run: brew install xcodegen
|
run: brew install xcodegen
|
||||||
|
|
||||||
|
- name: Install SwiftLint
|
||||||
|
# Required by the VniDrop target's SwiftLint build phase (typed-resources rules).
|
||||||
|
run: brew install swiftlint
|
||||||
|
|
||||||
- name: Install Bun
|
- name: Install Bun
|
||||||
# The Apple l10n catalog (Localizable.xcstrings) and L10n.swift are
|
# The Apple l10n catalog (Localizable.xcstrings) and L10n.swift are
|
||||||
# generated from localization/strings.json at build time, not tracked.
|
# generated from localization/strings.json at build time, not tracked.
|
||||||
|
|||||||
Reference in New Issue
Block a user