-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run Swiftlint for quill_native_bridge_macos and quill_native_brid…
…ge_ios
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,8 +51,15 @@ jobs: | |
# with: | ||
# swift-format-version: 600.0.0 | ||
|
||
- name: 🎨 Verify Swift Code Style with SwiftLint | ||
- name: 🎨 Verify Swift Code Style with SwiftLint for quill_native_bridge_ios | ||
uses: norio-nomura/[email protected] | ||
env: | ||
WORKING_DIRECTORY: quill_native_bridge_ios/ios/quill_native_bridge_ios | ||
|
||
- name: 🎨 Verify Swift Code Style with SwiftLint for quill_native_bridge_macos | ||
uses: norio-nomura/[email protected] | ||
env: | ||
WORKING_DIRECTORY: quill_native_bridge_macos/macos/quill_native_bridge_macos | ||
|
||
- name: 🎨 Verify Kotlin Code Style with Ktlint | ||
uses: ScaCap/action-ktlint@master | ||
|