Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored Nov 5, 2024
1 parent 072cb16 commit 86a6f08
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 86a6f08

Please sign in to comment.