File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
55
55
- uses : ./.github/actions/bootstrap
56
56
env :
57
57
INSTALL_INTERFACE_ANALYZER : true
58
- - run : bundle exec fastlane validate_public_interface
59
58
- run : bundle exec fastlane lint_pr
60
59
- run : bundle exec fastlane rubocop
61
60
- run : bundle exec fastlane run_swift_format strict:true
61
+ - run : bundle exec fastlane validate_public_interface
62
62
- run : bundle exec fastlane pod_lint
63
63
if : startsWith(github.event.pull_request.head.ref, 'release/')
64
64
Original file line number Diff line number Diff line change 207
207
fastlane
208
208
pry
209
209
fastlane-plugin-sonarcloud_metric_kit (0.2.1 )
210
- fastlane-plugin-stream_actions (0.3.84 )
210
+ fastlane-plugin-stream_actions (0.3.90 )
211
211
xctest_list (= 1.2.1 )
212
212
fastlane-plugin-versioning (0.7.1 )
213
213
fastlane-sirp (1.0.0 )
@@ -422,7 +422,7 @@ DEPENDENCIES
422
422
fastlane-plugin-create_xcframework
423
423
fastlane-plugin-lizard
424
424
fastlane-plugin-sonarcloud_metric_kit
425
- fastlane-plugin-stream_actions (= 0.3.84 )
425
+ fastlane-plugin-stream_actions (= 0.3.90 )
426
426
fastlane-plugin-versioning
427
427
json
428
428
lefthook
Original file line number Diff line number Diff line change 5
5
gem 'fastlane-plugin-versioning'
6
6
gem 'fastlane-plugin-sonarcloud_metric_kit'
7
7
gem 'fastlane-plugin-create_xcframework'
8
- gem 'fastlane-plugin-stream_actions', '0.3.84 '
8
+ gem 'fastlane-plugin-stream_actions', '0.3.90 '
You can’t perform that action at this time.
0 commit comments