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