Skip to content

Commit

Permalink
[CI] Try using system fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
weiran committed Dec 5, 2024
1 parent e8302a8 commit 7327161
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.5'
bundler-cache: true
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
uses: maierj/[email protected]
with:
lane: 'lint'
subdirectory: 'fastlane'
run: fastlane line

test:
runs-on: macos-15
Expand Down

0 comments on commit 7327161

Please sign in to comment.