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