create default workflow
This commit is contained in:
parent
3eec311d71
commit
b77578327d
|
@ -19,9 +19,7 @@ jobs:
|
|||
uses: norio-nomura/action-swiftlint@3.1.0
|
||||
with:
|
||||
args: --strict
|
||||
|
||||
|
||||
Xcode:
|
||||
Xcode:
|
||||
strategy:
|
||||
matrix:
|
||||
xcode_version: ['11.3', '11.4']
|
||||
|
@ -33,7 +31,7 @@ jobs:
|
|||
- run: swift -version
|
||||
- run: swift test --enable-code-coverage
|
||||
|
||||
Linux:
|
||||
Linux:
|
||||
strategy:
|
||||
matrix:
|
||||
tag: ['5.1', '5.2']
|
||||
|
|
Loading…
Reference in New Issue