Skip to content

Commit c04a888

Browse files
committed
Debug rubocop issue
1 parent d306a49 commit c04a888

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ jobs:
5353
XCODE_VERSION: "16.1"
5454
steps:
5555
- uses: actions/[email protected]
56+
- 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

fastlane/Fastfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ desc 'Run fastlane linting'
470470
lane :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')
474476
end
475477

0 commit comments

Comments
 (0)