File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,12 @@ jobs:
5353 XCODE_VERSION : " 16.1"
5454 steps :
555556+ - run : cat fastlane/Fastfile
5657 - uses : ./.github/actions/bootstrap
5758 env :
5859 INSTALL_INTERFACE_ANALYZER : true
5960 - run : bundle exec fastlane lint_pr
61+ - run : cat fastlane/Fastfile
6062 - run : bundle exec fastlane rubocop
6163 - run : bundle exec fastlane run_swift_format strict:true
6264 - run : bundle exec fastlane validate_public_interface
Original file line number Diff line number Diff line change @@ -470,6 +470,8 @@ desc 'Run fastlane linting'
470470lane :rubocop do
471471 next unless is_check_required ( sources : sources_matrix [ :ruby ] , force_check : @force_check )
472472
473+ sh ( 'cat Fastfile' )
474+
473475 sh ( 'bundle exec rubocop' )
474476end
475477
You can’t perform that action at this time.
0 commit comments