File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 66 branches : [main]
77 paths :
88 - macos/native_image_picker_macos/**/*.swift
9+ - example/macos/Runner/**/*.swift
10+ - example/macos/RunnerTests/**/*.swift
11+ - example/macos/RunnerUITests/**/*.swift
912 - .github/workflows/swift-format-check.yml
1013 pull_request :
1114 paths :
1215 - macos/native_image_picker_macos/**/*.swift
16+ - example/macos/Runner/**/*.swift
17+ - example/macos/RunnerTests/**/*.swift
18+ - example/macos/RunnerUITests/**/*.swift
1319 - .github/workflows/swift-format-check.yml
1420
1521jobs :
4147 run : swift-format dump-configuration
4248
4349 - name : 🔎 Validate Swift Code Formatting
44- run : swift-format lint -r macos/native_image_picker_macos/Sources/native_image_picker_macos --strict
50+ run : swift-format lint --strict - r macos/native_image_picker_macos/Sources/native_image_picker_macos example/macos/Runner example/macos/RunnerTests example/macos/RunnerUITests
4551
4652 # SwiftLint: https://github.com/realm/SwiftLint
4753 # - name: 🎨 Verify Swift Code Style with SwiftLint
You can’t perform that action at this time.
0 commit comments