Update swift.yml

This commit is contained in:
Alexandr Goncharov 2020-10-19 19:29:44 +03:00 committed by GitHub
parent 11445d4931
commit 28aeed2f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -13,15 +13,17 @@ jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: GitHub Action for SwiftLint with --strict
uses: norio-nomura/action-swiftlint@3.1.0
with:
args: --strict
Xcode:
strategy:
matrix:
xcode_version: ['12.0']
xcode_version: ['12.0.1']
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app