diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2023-08-11 12:40:01 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2023-08-11 14:26:46 +0200 |
| commit | 547424fbf29de7a3133773c3ea65f2605ac23b3d (patch) | |
| tree | d5d92f1c7914e6c141e474455d12f4a7f830c46b | |
| parent | 0197095231b5356f1e656e63044f8033ef39d8f1 (diff) | |
| download | mullvadvpn-547424fbf29de7a3133773c3ea65f2605ac23b3d.tar.xz mullvadvpn-547424fbf29de7a3133773c3ea65f2605ac23b3d.zip | |
Attempt running swiftlint directly from the github macOS image
| -rw-r--r-- | .github/workflows/ios.yml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 44404a3f5f..c5cf334673 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -28,16 +28,12 @@ jobs: swiftlint: name: Run swiftlint - runs-on: ubuntu-latest - container: - image: ghcr.io/realm/swiftlint:0.52.4 - + runs-on: macos-13 steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 1 + - name: Checkout repository + uses: actions/checkout@v3 - - name: SwiftLint + - name: Run swiftlint run: | swiftlint --reporter github-actions-logging |
