Skip to content

Commit

Permalink
use swiftlint docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Feb 26, 2024
1 parent 8f32503 commit 5f4d216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on: push

jobs:
lint:
runs-on: macos-14
runs-on: ubuntu-latest
container: ghcr.io/realm/swiftlint:latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run SwiftLint
run: |
swiftlint --strict
run: swiftlint --strict

0 comments on commit 5f4d216

Please sign in to comment.