diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2023-08-25 06:03:24 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-08-25 06:03:24 +0200 |
| commit | 27eae428cd6da6fcdb9b3eec1ac66cfd24d743a7 (patch) | |
| tree | c9b17f54654ab45877b9611ef52d121a1cb4f85f | |
| parent | 99fbc85c1c6bbff7dbc396f03319e96511930005 (diff) | |
| download | mullvadvpn-27eae428cd6da6fcdb9b3eec1ac66cfd24d743a7.tar.xz mullvadvpn-27eae428cd6da6fcdb9b3eec1ac66cfd24d743a7.zip | |
Print swiftlint version
| -rw-r--r-- | .github/workflows/ios.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 57546b9165..49526960a7 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -36,6 +36,7 @@ jobs: - name: Run swiftlint run: | + swiftlint --version swiftlint --reporter github-actions-logging working-directory: ios |
