Fix SwiftLint errors
This commit is contained in:
parent
fa1ef6fcda
commit
3fbb520a10
5 changed files with 33 additions and 25 deletions
2
.github/actions/build-for-testing/action.yml
vendored
2
.github/actions/build-for-testing/action.yml
vendored
|
|
@ -27,7 +27,9 @@ runs:
|
|||
Apple/DerivedData
|
||||
key: ${{ runner.os }}-${{ inputs.scheme }}-${{ hashFiles('**/Package.resolved') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-${{ inputs.scheme }}-${{ hashFiles('**/Package.resolved') }}
|
||||
${{ runner.os }}-${{ inputs.scheme }}-
|
||||
${{ runner.os }}-
|
||||
- name: Build
|
||||
shell: bash
|
||||
working-directory: Apple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue