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 6
6
branches : [main]
7
7
paths :
8
8
- macos/native_image_picker_macos/**/*.swift
9
+ - example/macos/Runner/**/*.swift
10
+ - example/macos/RunnerTests/**/*.swift
11
+ - example/macos/RunnerUITests/**/*.swift
9
12
- .github/workflows/swift-format-check.yml
10
13
pull_request :
11
14
paths :
12
15
- macos/native_image_picker_macos/**/*.swift
16
+ - example/macos/Runner/**/*.swift
17
+ - example/macos/RunnerTests/**/*.swift
18
+ - example/macos/RunnerUITests/**/*.swift
13
19
- .github/workflows/swift-format-check.yml
14
20
15
21
jobs :
41
47
run : swift-format dump-configuration
42
48
43
49
- 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
45
51
46
52
# SwiftLint: https://github.com/realm/SwiftLint
47
53
# - name: 🎨 Verify Swift Code Style with SwiftLint
You can’t perform that action at this time.
0 commit comments