Skip to content

Commit c397270

Browse files
authored
chore: Use containerized swiftlint (#516)
1 parent 0f49bfa commit c397270

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- name: Run ktlint
1616
run: ./gradlew ktlint
1717
swiftlint:
18-
runs-on: macos-latest
18+
runs-on: ubuntu-latest
19+
container:
20+
image: ghcr.io/realm/swiftlint:0.50.3
1921
steps:
2022
- name: Checkout sources
2123
uses: actions/checkout@v2

0 commit comments

Comments
 (0)