Skip to content

Commit

Permalink
fix: update swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok committed Dec 11, 2024
1 parent d489e1c commit f8e156c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@ jobs:
${{ runner.os }}-gems-
- name: Setup environment
run:
run: |
source ci_scripts/ci_prepare_env.sh && setup_github_actions_environment
xcodes select 16.1
- name: Install pods
run: |
pod install
- name: SwiftLint
run: |
bundle exec fastlane linting -- --reporter sarif --output swiftlint.report.sarif
continue-on-error: true
"${PODS_ROOT}/SwiftLint/swiftlint" --reporter sarif > swiftlint.report.sarif
- name: Prepare swiftlint.report.sarif
if: success() || failure()
Expand Down

0 comments on commit f8e156c

Please sign in to comment.