diff options
| author | Steffen Ernst <steffen.ernst@mullvad.net> | 2025-05-20 10:21:36 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-05-26 16:27:44 +0200 |
| commit | bb6704202e1e50c148e330a4d5a553a38b102252 (patch) | |
| tree | 7d021550c14c3a7c7d1256005c276ac61f9b3606 | |
| parent | d64109fc7a166d21bf2b13542b24c3e3c3eb6b66 (diff) | |
| download | mullvadvpn-bb6704202e1e50c148e330a4d5a553a38b102252.tar.xz mullvadvpn-bb6704202e1e50c148e330a4d5a553a38b102252.zip | |
Fix yaml lint
| -rw-r--r-- | .github/actions/ios/setup-project-toolchain/action.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/ios-screenshots-tests.yml | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/actions/ios/setup-project-toolchain/action.yml b/.github/actions/ios/setup-project-toolchain/action.yml index 3a3aede167..78cd24b1b9 100644 --- a/.github/actions/ios/setup-project-toolchain/action.yml +++ b/.github/actions/ios/setup-project-toolchain/action.yml @@ -58,4 +58,3 @@ runs: for file in *.xcconfig.template ; do cp $file ${file//.template/} ; done working-directory: ios/Configurations shell: bash - diff --git a/.github/workflows/ios-screenshots-tests.yml b/.github/workflows/ios-screenshots-tests.yml index ce301c3c2d..9d007ea634 100644 --- a/.github/workflows/ios-screenshots-tests.yml +++ b/.github/workflows/ios-screenshots-tests.yml @@ -23,11 +23,11 @@ jobs: env: SOURCE_PACKAGES_PATH: .spm TEST_ACCOUNT: ${{ secrets.IOS_TEST_ACCOUNT_NUMBER }} - + steps: - name: Checkout repository uses: actions/checkout@v4 - + - name: Setup project uses: ./.github/actions/ios/setup-project-toolchain |
