Skip to content

Commit

Permalink
ci: run swift format check only on swift changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Dec 14, 2024
1 parent 985dcdd commit 796ee70
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/swift-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ name: ✅ Swift Formatting Check
on:
push:
paths:
- '**/*.swift'
- quill_native_bridge_ios/ios/quill_native_bridge_ios/**/*.swift
- quill_native_bridge_macos/macos/quill_native_bridge_macos/**/*.swift
- .github/workflows/swift-format-check.yml
pull_request:
paths:
- '**/*.swift'
- quill_native_bridge_ios/ios/quill_native_bridge_ios/**/*.swift
- quill_native_bridge_macos/macos/quill_native_bridge_macos/**/*.swift
- .github/workflows/swift-format-check.yml

jobs:
format-check:
Expand Down

0 comments on commit 796ee70

Please sign in to comment.