diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 45fc5682..c9decc89 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,9 +10,6 @@ jobs: name: Run swiftlint runs-on: macos-latest steps: - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: latest-stable - uses: actions/checkout@v3 - run: swiftlint Sources/ XMTPiOSExample/XMTPiOSExample - run: pod lib lint --allow-warnings