summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2023-08-25 06:03:01 +0200
committerAndrej Mihajlov <and@mullvad.net>2023-08-25 06:03:01 +0200
commit99fbc85c1c6bbff7dbc396f03319e96511930005 (patch)
tree70681f1412aecf4c875d20eb25701967679691ab /.github
parent6aa85f643c08cd8409b2136fcc4673941c130730 (diff)
downloadmullvadvpn-99fbc85c1c6bbff7dbc396f03319e96511930005.tar.xz
mullvadvpn-99fbc85c1c6bbff7dbc396f03319e96511930005.zip
Make sure that we run linting/formatting under ios/ and not from the root
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ios.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index fa4f93680b..57546b9165 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -25,6 +25,7 @@ jobs:
run: |
swiftformat --version
swiftformat --lint .
+ working-directory: ios
swiftlint:
name: Run swiftlint
@@ -36,6 +37,7 @@ jobs:
- name: Run swiftlint
run: |
swiftlint --reporter github-actions-logging
+ working-directory: ios
test:
name: Unit tests