From 830aab789f3a86ca4890e374a004122f0932fb94 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Mon, 4 Nov 2024 19:20:12 -0800 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cb38368e..2ef78ca4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,15 +6,10 @@ on: pull_request: jobs: - lint: - name: Lint - runs-on: macos-latest + build: + name: Run swiftlint + runs-on: macos-13 steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: swiftlint - run: swiftlint --strict + - uses: actions/checkout@v3 + - run: swiftlint Sources/ XMTPiOSExample/XMTPiOSExample - run: pod lib lint --allow-warnings