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 86a6f08 commit 830aab7
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 830aab7

Please sign in to comment.