Skip to content

Commit

Permalink
ci: run Swiftlint for quill_native_bridge_macos and quill_native_brid…
Browse files Browse the repository at this point in the history
…ge_ios
  • Loading branch information
EchoEllet committed Dec 14, 2024
1 parent 29112f5 commit 6669d91
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6669d91

Please sign in to comment.